Authentication challenge parsed from response headers without owning memory. More...
#include <HttpClientSession.h>
Public Types | |
| enum | Target : uint8_t { Origin , Proxy } |
| enum | Scheme : uint8_t { Unsupported , Basic } |
Public Member Functions | |
| const char * | getTargetName () const |
| const char * | getSchemeName () const |
Static Public Member Functions | |
| static const char * | getTargetName (Target target) |
| static const char * | getSchemeName (Scheme scheme) |
Public Attributes | |
| Target | target = Origin |
| Scheme | scheme = Unsupported |
| StringSpan | realm |
Authentication challenge parsed from response headers without owning memory.