Searched defs:request_body (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/common/windows/ |
D | http_upload.cc | 145 string request_body; in SendRequest() local 274 string *request_body) { in GenerateRequestBody()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | oauth_client.cc | 213 const string request_body = in GetTokenFromServiceAccountJson() local 243 const auto request_body = strings::StrCat( in GetTokenFromRefreshTokenJson() local
|
/external/libbrillo/brillo/http/ |
D | http_connection_curl_unittest.cc | 61 std::string request_body; member in brillo::http::curl::__anonea8bd4910111::CurlPerformer
|
/external/python/cpython3/Lib/xmlrpc/ |
D | client.py | 1150 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/ |
D | xmlrpclib.py | 1279 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
|