Searched refs:resp_headers (Results 1 – 1 of 1) sorted by relevance
220 std::string resp_headers = t->response_headers; in Start() local223 (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()