Lines Matching refs:http
10 # http://www.apache.org/licenses/LICENSE-2.048 # Create an httplib2.Http object to handle our HTTP requests and authorize50 http = httplib2.Http()51 http = credentials.authorize(http)53 service = build("tasks", "v1", http=http)56 lists = service.tasklists().list().execute(http=http)