Home | History | Annotate | Download | only in http

Lines Matching refs:http

14 #include <brillo/http/http_connection.h>
15 #include <brillo/http/http_transport_curl.h>
19 namespace http {
22 // This is a libcurl-based implementation of http::Connection.
23 class BRILLO_EXPORT Connection : public http::Connection {
28 const std::shared_ptr<http::Transport>& transport);
31 // Overrides from http::Connection.
68 // HTTP request verb, such as "GET", "POST", "PUT", ...
81 // HTTP protocol version, such as HTTP/1.1
95 friend class http::curl::Transport;
100 } // namespace http