Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dphapi_lib.py356 def create_issue(self, request_body): argument
384 def update_issue(self, issue_id, request_body): argument
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc145 string request_body; in SendRequest() local
274 string *request_body) { in GenerateRequestBody()
/external/libbrillo/brillo/http/
Dhttp_connection_curl_unittest.cc61 std::string request_body; member in brillo::http::curl::__anonac68b0930111::CurlPerformer
/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