Searched defs:request_body (Results 1 – 4 of 4) sorted by relevance
/external/autotest/site_utils/ |
D | phapi_lib.py | 356 def create_issue(self, request_body): argument 384 def update_issue(self, issue_id, request_body): argument
|
/external/google-breakpad/src/common/windows/ |
D | http_upload.cc | 145 string request_body; in SendRequest() local 274 string *request_body) { in GenerateRequestBody()
|
/external/libbrillo/brillo/http/ |
D | http_connection_curl_unittest.cc | 61 std::string request_body; member in brillo::http::curl::__anonac68b0930111::CurlPerformer
|
/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
|