Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/
H A Dhttp_common.h27 struct HttpAuthContext { struct
29 HttpAuthContext(absl::string_view auth) : auth_method(auth) {} in HttpAuthContext() argument
30 virtual ~HttpAuthContext() {} in ~HttpAuthContext() argument