Home | History | Annotate | Download | only in appengine

Lines Matching refs:http

9 #     http://www.apache.org/licenses/LICENSE-2.0
50 # Console <http://code.google.com/apis/console>
70 http = httplib2.Http(memcache)
71 service = discovery.build("plus", "v1", http=http)
94 http = decorator.http()
95 user = service.people().get(userId='me').execute(http=http)