TROHTTPAcceptEncodingMode
Overview
The Accept-Encoding specifies the content-codings that are acceptable in the server response.
Location
- Unit: uROHTTPTools.pas
Value | Description |
---|---|
aemAsterisk | * value |
aemCompress | compress value |
aemDeflate | deflate value |
aemGZIP | gzip value |
aemIdentity | identity value |
aemUnknown | unknown value |