Searched refs:request_string (Results 1 – 4 of 4) sorted by relevance
215 wstring request_string = path; in Download() local229 request_string.append(added_parameter ? L"&" : L"?"); in Download()230 request_string.append(iterator->first); in Download()231 request_string.append(L"="); in Download()232 request_string.append(iterator->second); in Download()240 request_string.c_str(), in Download()247 GetLastError(), url.c_str(), request_string.c_str()); in Download()
72 const char* request_string, in SendResponse() argument75 std::string response_string(request_string); in SendResponse()
50 const char* request_string,
3951 std::string request_string = "a request body bigger than one packet" + in TEST_P() local3954 const int expected_bytes_acked = header_size + request_string.length(); in TEST_P()3961 client_->SendData(request_string, true, ack_listener); in TEST_P()3980 << request_string.length(); in TEST_P()