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

Parsed response content-coding token view. More...

#include <HttpClient.h>

Public Types

enum  Type : uint8_t {
  Unknown ,
  Identity ,
  GZip ,
  Deflate ,
  Compress ,
  Brotli
}
 

Public Member Functions

bool isIdentity () const
 

Static Public Member Functions

static Type parseName (StringSpan name)
 
static const char * getName (Type type)
 
static Result writeAcceptEncoding (Span< const Type > types, Span< char > destination, StringSpan &value)
 

Public Attributes

Type type = Unknown
 
StringSpan name
 

Detailed Description

Parsed response content-coding token view.


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