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

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

#include <HttpClient.h>

Public Types

enum  Type : uint8_t {
  Unknown ,
  Chunked ,
  Compress ,
  Deflate ,
  GZip
}
 

Public Member Functions

bool isChunked () const
 

Static Public Member Functions

static Type parseName (StringSpan name)
 
static const char * getName (Type type)
 

Public Attributes

Type type = Unknown
 
StringSpan name
 

Detailed Description

Parsed response transfer-coding token view.


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