Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpcommon.h436 struct HttpAuthContext { struct
438 HttpAuthContext(const std::string& auth) : auth_method(auth) { } in HttpAuthContext() argument
439 virtual ~HttpAuthContext() { } in ~HttpAuthContext() argument