Searched defs:header_lines (Results 1 - 1 of 1) sorted by relevance

/external/libbrillo/brillo/http/
H A Dhttp_connection_curl_unittest.cc85 std::vector<std::string> header_lines; local
86 header_lines.push_back(status_line + "\r\n");
88 header_lines.push_back(string_utils::Join(": ", pair.first, pair.second) +
92 for (const std::string& line : header_lines) {

Completed in 139 milliseconds