Home
last modified time | relevance | path

Searched refs:resp_headers (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/http/
Dhttp_transaction_unittest.h220 std::string resp_headers = t->response_headers; in Start() local
223 (t->handler)(request, &resp_status, &resp_headers, &resp_data); in Start()
226 StringPrintf("%s\n%s\n", resp_status.c_str(), resp_headers.c_str()); in Start()