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