Home
last modified time | relevance | path

Searched defs:HttpRequestInfo (Results 1 – 5 of 5) sorted by relevance

/external/cronet/stable/net/http/
Dhttp_request_info.h32 struct NET_EXPORT HttpRequestInfo { struct
36 HttpRequestInfo& operator=(const HttpRequestInfo& other); argument
38 HttpRequestInfo& operator=(HttpRequestInfo&& other); argument
45 GURL url;
48 std::string method;
52 NetworkIsolationKey network_isolation_key;
56 NetworkAnonymizationKey network_anonymization_key;
59 bool is_subframe_document_resource = false;
62 bool is_main_frame_navigation = false;
65 HttpRequestHeaders extra_headers;
[all …]
Dhttp_auth_handler_basic.cc86 const HttpRequestInfo*, in GenerateAuthTokenImpl()
/external/cronet/tot/net/http/
Dhttp_request_info.h32 struct NET_EXPORT HttpRequestInfo { struct
36 HttpRequestInfo& operator=(const HttpRequestInfo& other); argument
38 HttpRequestInfo& operator=(HttpRequestInfo&& other); argument
45 GURL url;
48 std::string method;
52 NetworkIsolationKey network_isolation_key;
56 NetworkAnonymizationKey network_anonymization_key;
59 bool is_subframe_document_resource = false;
62 bool is_main_frame_navigation = false;
65 HttpRequestHeaders extra_headers;
[all …]
Dhttp_auth_handler_basic.cc86 const HttpRequestInfo*, in GenerateAuthTokenImpl()
/external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DHttpRequestInfo.java8 public class HttpRequestInfo { class
14 public HttpRequestInfo( in HttpRequestInfo() method in HttpRequestInfo