Home
last modified time | relevance | path

Searched defs:request_body (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/windows/
Dhttp_upload.cc145 string request_body; in SendRequest() local
274 string *request_body) { in GenerateRequestBody()
/external/tensorflow/tensorflow/core/platform/cloud/
Doauth_client.cc213 const string request_body = in GetTokenFromServiceAccountJson() local
243 const auto request_body = strings::StrCat( in GetTokenFromRefreshTokenJson() local
/external/libbrillo/brillo/http/
Dhttp_connection_curl_unittest.cc61 std::string request_body; member in brillo::http::curl::__anonbdbf0c740111::CurlPerformer
/external/python/cpython3/Lib/xmlrpc/
Dclient.py1150 def request(self, host, handler, request_body, verbose=False): argument
1163 def single_request(self, host, handler, request_body, verbose=False): argument
1266 def send_request(self, host, handler, request_body, debug): argument
1300 def send_content(self, connection, request_body): argument
/external/python/cpython2/Lib/
Dxmlrpclib.py1279 def request(self, host, handler, request_body, verbose=0): argument
1300 def single_request(self, host, handler, request_body, verbose=0): argument
1409 def send_request(self, connection, handler, request_body): argument
1448 def send_content(self, connection, request_body): argument