Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dhttp_common.h25 struct HttpAuthContext { struct
27 HttpAuthContext(const std::string& auth) : auth_method(auth) {} in HttpAuthContext() argument
28 virtual ~HttpAuthContext() {} in ~HttpAuthContext() argument