Home
last modified time | relevance | path

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

/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_client.py71 http_method=u'DELETE',
97 http_method=u'GET',
123 http_method=u'POST',
149 http_method=u'GET',
175 http_method=u'PATCH',
201 http_method=u'PUT',
237 http_method=u'DELETE',
263 http_method=u'GET',
289 http_method=u'GET',
315 http_method=u'POST',
[all …]
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_client.py70 http_method=u'DELETE',
96 http_method=u'GET',
122 http_method=u'POST',
148 http_method=u'GET',
174 http_method=u'PATCH',
200 http_method=u'PUT',
239 http_method=u'POST',
268 http_method=u'GET',
304 http_method=u'DELETE',
330 http_method=u'GET',
[all …]
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_client.py73 http_method=u'GET',
116 http_method=u'POST',
154 http_method=u'POST',
181 http_method=u'GET',
208 http_method=u'GET',
240 http_method=u'POST',
277 http_method=u'GET',
307 http_method=u'PATCH',
344 http_method=u'GET',
374 http_method=u'PATCH',
[all …]
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_client.py69 http_method=u'DELETE',
95 http_method=u'GET',
121 http_method=u'POST',
147 http_method=u'GET',
173 http_method=u'PATCH',
199 http_method=u'PUT',
243 http_method=u'POST',
269 http_method=u'GET',
295 http_method=u'GET',
325 http_method=u'POST',
[all …]
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_client.py70 http_method=u'POST',
108 http_method=u'POST',
135 http_method=u'DELETE',
163 http_method=u'GET',
190 http_method=u'GET',
228 http_method=u'POST',
255 http_method=u'DELETE',
282 http_method=u'GET',
309 http_method=u'POST',
336 http_method=u'GET',
[all …]
/external/python/apitools/samples/dns_sample/dns_v1/
Ddns_v1_client.py68 http_method=u'POST',
94 http_method=u'GET',
120 http_method=u'GET',
156 http_method=u'POST',
182 http_method=u'DELETE',
208 http_method=u'GET',
234 http_method=u'GET',
270 http_method=u'GET',
306 http_method=u'GET',
/external/python/apitools/apitools/base/py/
Dhttp_wrapper.py123 def __init__(self, url='', http_method='GET', headers=None, body=''): argument
125 self.http_method = http_method
398 str(http_request.url), method=str(http_request.http_method),
Dbase_api.py108 http_method = messages.StringField(4) variable in ApiMethodInfo
421 http_request.http_method, http_request.url)
588 if (http_request.http_method == 'GET' and
590 http_request.http_method = 'POST'
667 http_method=method_config.http_method)
Dbatch_test.py94 self.assertEqual(expected_request.http_method, request.http_method)
491 self.assertEqual('GET', value.request.http_method)
Dtransfer.py853 url=self.url, http_method='PUT',
1050 request = http_wrapper.Request(url=self.url, http_method='PUT',
1070 request = http_wrapper.Request(url=self.url, http_method='PUT')
Dbatch.py335 request.http_method,
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py473 def _fix_up_parameters(method_desc, root_desc, http_method, schema): argument
509 if http_method in HTTP_PAYLOAD_METHODS and "request" in method_desc:
591 http_method = method_desc["httpMethod"]
594 parameters = _fix_up_parameters(method_desc, root_desc, http_method, schema)
602 return path_url, http_method, method_id, accept, max_size, media_path_url
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc214 const wstring& http_method, in SendRequestInner() argument
273 http_method.c_str(), in SendRequestInner()
/external/python/google-api-python-client/tests/
Dtest_discovery.py130 def _base_fix_up_parameters_test(self, method_desc, http_method, root_desc, schema): argument
131 self.assertEqual(method_desc["httpMethod"], http_method)
137 method_desc_copy, root_desc, http_method, schema
322 http_method = "GET"
328 result, (path_url, http_method, method_id, accept, max_size, media_path_url)
336 http_method = "POST"
342 result, (path_url, http_method, method_id, accept, max_size, media_path_url)
/external/python/apitools/apitools/gen/
Dservice_registry.py387 http_method=method_description['httpMethod'],
/external/libwebsockets/lib/secure-streams/
DREADME.md182 ### `http_method`