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

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
 

Detailed Description

Authentication challenge parsed from response headers without owning memory.


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