Zero-copy view of an Authorization header split into scheme and credentials. More...
#include <HttpHeaders.h>
Public Member Functions | |
| Result | parse (StringSpan authorizationHeader) |
| bool | isBearer () const |
| bool | isBasic () const |
Public Attributes | |
| StringSpan | scheme |
| StringSpan | credentials |
Zero-copy view of an Authorization header split into scheme and credentials.