diff options
Diffstat (limited to 'net/http/http_auth.h')
-rw-r--r-- | net/http/http_auth.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/http/http_auth.h b/net/http/http_auth.h index bba633d..09b6f369 100644 --- a/net/http/http_auth.h +++ b/net/http/http_auth.h @@ -78,6 +78,10 @@ class HttpAuth { // (either Authorization or Proxy-Authorization). static std::string GetAuthorizationHeaderName(Target target); + // Returns a string representation of a Target value that can be used in log + // messages. + static std::string GetAuthTargetString(Target target); + // Iterate through the challenge headers, and pick the best one that // we support. Obtains the implementation class for handling the challenge, // and passes it back in |*handler|. If the existing handler in |*handler| |