Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpAuthorizationView Struct Reference

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
 

Detailed Description

Zero-copy view of an Authorization header split into scheme and credentials.


The documentation for this struct was generated from the following file: