Lines Matching refs:http
5 #include <brillo/http/http_connection_curl.h>
8 #include <brillo/http/http_request.h>
9 #include <brillo/http/http_transport_curl.h>
15 namespace http {
56 const std::shared_ptr<http::Transport>& transport)
57 : http::Connection(transport),
98 // Set up HTTP request data.
114 headers_.emplace(http::request_header::kTransferEncoding, "chunked");
138 // Set up HTTP response data.
147 // HTTP response headers
252 // First header - response code as "HTTP/1.1 200 OK".
267 } // namespace http