Home
last modified time | relevance | path

Searched refs:http_method (Results 1 – 16 of 16) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
Dstorage_v1_client.py76 http_method=u'DELETE',
88 http_method=u'GET',
100 http_method=u'POST',
112 http_method=u'GET',
124 http_method=u'PATCH',
136 http_method=u'PUT',
239 http_method=u'DELETE',
251 http_method=u'GET',
263 http_method=u'POST',
275 http_method=u'GET',
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
Dstorage_v1_client.py52 http_method=u'DELETE',
64 http_method=u'GET',
76 http_method=u'POST',
88 http_method=u'GET',
100 http_method=u'PATCH',
112 http_method=u'PUT',
215 http_method=u'DELETE',
227 http_method=u'GET',
239 http_method=u'POST',
251 http_method=u'GET',
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
Dservice_handlers.py509 def handle(self, http_method, service_path, remote_method): argument
526 if not remote_method and http_method == 'GET':
550 http_method=http_method,
564 if http_method == 'GET':
573 if http_method not in mapper.http_methods:
574 if http_method == 'GET':
579 'Unsupported HTTP method: %s' % http_method)
Dservice_handlers_test.py486 'POST' == state.http_method and
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dhttp_wrapper.py102 def __init__(self, url='', http_method='GET', headers=None, body=''): argument
104 self.http_method = http_method
363 str(http_request.url), method=str(http_request.http_method),
Dbase_api.py92 http_method = messages.StringField(3) variable in ApiMethodInfo
395 http_request.http_method, http_request.url)
546 if (http_request.http_method == 'GET' and
548 http_request.http_method = 'POST'
620 http_method=method_config.http_method)
Dbatch_test.py78 self.assertEqual(expected_request.http_method, request.http_method)
385 self.assertEqual('GET', value.request.http_method)
Dtransfer.py778 url=self.url, http_method='PUT',
941 request = http_wrapper.Request(url=self.url, http_method='PUT',
980 request = http_wrapper.Request(url=self.url, http_method='PUT',
Dbatch.py296 request.http_method,
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/testclient/
Dfusiontables_v1_client.py55 http_method=u'GET',
95 http_method=u'GET',
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Ddiscovery.py365 def _fix_up_parameters(method_desc, root_desc, http_method): argument
400 if http_method in HTTP_PAYLOAD_METHODS and 'request' in method_desc:
484 http_method = method_desc['httpMethod']
487 parameters = _fix_up_parameters(method_desc, root_desc, http_method)
494 return path_url, http_method, method_id, accept, max_size, media_path_url
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dremote.py784 http_method=None, argument
801 self.__http_method = http_method
816 def http_method(self): member in HttpRequestState
Dremote_test.py345 state = remote.HttpRequestState(http_method='GET')
346 self.assertEquals('GET', state.http_method)
382 http_method='POST',
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
Dservice.py175 http_method=request_method,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dconnection.py239 http_method='http', fields=None, argument
347 url = '%s://%s/' % (http_method,
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dservice_registry.py363 http_method=method_description['httpMethod'],