|
cxxmcp 1.1.6
C++ MCP SDK
|
Default RFC-style parser for WWW-Authenticate challenge headers. More...
#include <www_auth.hpp>
Public Member Functions | |
| core::Result< std::vector< WwwAuthenticateChallenge > > | parse (const std::string &header_value) const override |
Default RFC-style parser for WWW-Authenticate challenge headers.
The parser handles comma-separated challenges, auth-param key/value pairs, quoted strings with backslash escapes, and token68 payloads. Parameter names are normalized to lowercase for case-insensitive lookup.
|
inlineoverridevirtual |
Implements mcp::auth::WwwAuthenticateParser.