Lines Matching refs:http
16 #include <brillo/http/http_transport.h>
20 namespace http {
25 // Connection class is the base class for HTTP communication session.
34 // http::Request and http::Response classes use it for communication.
50 // The following methods are used by http::Request object to initiate the
54 // Called by http::Request to initiate the connection with the server.
73 // The following methods are used by http::Response object to obtain the
75 // since the http::Response object is not constructed until
78 // Returns the HTTP status code (e.g. 200 for success).
82 // Returns the HTTP protocol version (e.g. "HTTP/1.1").
105 } // namespace http