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