Home | History | Annotate | Download | only in http

Lines Matching refs:http

14 #include <brillo/http/http_form_data.h>
15 #include <brillo/http/http_request.h>
23 namespace http {
28 // The following are simple utility helper functions for common HTTP operations
29 // that use http::Request object behind the scenes and set it up accordingly.
35 // "http://url",
41 // SendRequestAndBlock(brillo::http::request_type::kPost,
42 // "http://url",
45 // {{brillo::http::request_header::kAuthorization,
53 // Performs a generic HTTP request with binary data. Success status,
54 // returned data and additional information (such as returned HTTP headers)
118 // information (such as returned HTTP headers) can be obtained from
126 // Asynchronous version of http::Get().
137 // information (such as returned HTTP headers) can be obtained from
154 // and additional information (such as returned HTTP headers) can be obtained
193 // and additional information (such as returned HTTP headers) can be obtained
216 // and additional information (such as returned HTTP headers) can be obtained
239 // HTTP headers) can be obtained from the returned Response object.
260 // and additional information (such as returned HTTP headers) can be obtained
282 // and additional information (such as returned HTTP headers) can be obtained
303 // Given an http::Response object, parse the body data into Json object.
316 } // namespace http