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 |
Parsed response transfer-coding token view.