Home
last modified time | relevance | path

Searched defs:http_method (Results 1 – 12 of 12) sorted by relevance

/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dstatic-policy.json47 "http_method": "POST", string
63 "http_method": "GET", string
81 "http_method": "POST", string
101 "http_method": "POST", string
119 "http_method": "GET", string
142 "http_method": "GET", string
156 "http_method": "GET", string
169 "http_method": "POST", string
208 "http_method": "GET", string
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metrics-proxy/
Dmetrics-proxy-policy.json27 "http_method":"GET", string
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
Dpolicy.json1 …00,300,500,1000],"conceal":5,"jitterpc":20,"svalidping":30,"svalidhup":35}}],"certs": [{"amazon_ro…
/external/python/apitools/apitools/base/py/
Dhttp_wrapper.py123 def __init__(self, url='', http_method='GET', headers=None, body=''): argument
Dbase_api.py108 http_method = messages.StringField(4) variable in ApiMethodInfo
/external/autotest/utils/frozen_chromite/third_party/googleapiclient/
Ddiscovery.py438 def _fix_up_parameters(method_desc, root_desc, http_method): argument
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc214 const wstring& http_method, in SendRequestInner()
/external/cronet/net/cert_net/
Dcert_net_fetcher_url_request.cc298 HttpMethod http_method = HTTP_METHOD_GET; member
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py752 def _fix_up_parameters(method_desc, root_desc, http_method, schema): argument
/external/cronet/net/cookies/
Dcookie_util.cc682 const std::string& http_method, in ComputeSameSiteContextForRequest()
/external/cronet/net/http/
Dhttp_cache.cc347 const std::string& http_method, in OnExternalCacheHit()
/external/python/google-api-python-client/tests/
Dtest_discovery.py159 def _base_fix_up_parameters_test(self, method_desc, http_method, root_desc, schema): argument