HomeSort by relevance Sort by last modified time
    Searched defs:spdyproxy (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy.h 14 namespace spdyproxy { namespace
16 // Code for handling http SpdyProxy authentication.
21 // Constructs a new spdyproxy handler factory which mints handlers that
36 // The origin for which we will respond to SpdyProxy auth challenges.
40 // Constructs a new spdyproxy handler which responds to challenges
69 // The origin for which we will respond to SpdyProxy auth challenges.
78 } // namespace spdyproxy
http_auth_handler_spdyproxy.cc 5 #include "chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.h"
17 namespace spdyproxy { namespace
44 // If a spdyproxy auth proxy has not been set, refuse all requests to use this
47 VLOG(1) << "SpdyProxy auth without configuring authorized origin.";
58 VLOG(1) << "SpdyProxy auth request with an unexpected config."
82 // SpdyProxy authentication is always a single round, so any responses
112 DVLOG(1) << "Received a SpdyProxy auth token request without an "
116 *auth_token = "SpdyProxy ps=\"" + ps_token_ + "\", sid=\"" +
125 if (!LowerCaseEqualsASCII(challenge->scheme(), "spdyproxy")) {
126 VLOG(1) << "Parsed challenge without SpdyProxy type"
    [all...]
http_auth_handler_spdyproxy_unittest.cc 5 #include "chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.h"
20 const char kValidChallenge[] = "SpdyProxy realm=\"SpdyProxy\", "
25 namespace spdyproxy { namespace
56 "SpdyProxy ps=\"1-2-3-4\", sid=\"sid-string\"",},
69 kValidOrigin, "SpdyProxy realm=\"SpdyProxy\"", "", "", "",},
75 scoped_ptr<HttpAuthHandler> spdyproxy; local
78 &spdyproxy));
86 int rv = spdyproxy->GenerateAuthToken(&credentials, &request_info
102 scoped_ptr<HttpAuthHandler> spdyproxy; local
113 scoped_ptr<HttpAuthHandler> spdyproxy; local
147 scoped_ptr<HttpAuthHandler> spdyproxy; local
    [all...]

Completed in 148 milliseconds