Searched defs:HttpAuthContext (Results 1 – 1 of 1) sorted by relevance
25 struct HttpAuthContext { struct27 HttpAuthContext(const std::string& auth) : auth_method(auth) {} in HttpAuthContext() argument28 virtual ~HttpAuthContext() {} in ~HttpAuthContext() argument