Home | History | Annotate | Download | only in http

Lines Matching refs:http

21 namespace http {
39 // Transport is a base class for specific implementation of HTTP communication.
40 // This class (and its underlying implementation) is used by http::Request and
41 // http::Response classes to provide HTTP functionality to the clients.
90 // Creates a default http::Transport (currently, using http::curl::Transport).
93 // Creates a default http::Transport that will utilize the passed in proxy
94 // server (currently, using a http::curl::Transport). |proxy| should be of the
104 } // namespace http