Lines Matching refs:http
7 # http://www.apache.org/licenses/LICENSE-2.0
29 from googleapiclient.http import build_http
77 # Console <http://code.google.com/apis/console>.
86 # Prepare credentials, and authorize HTTP object with them.
94 http = credentials.authorize(http=build_http())
98 service = discovery.build(name, version, http=http)
105 http=http)