Name | Description |
---|---|
gzip | Compression format using the Lempel-Ziv coding (LZ77), with a 32-bit CRC |
compress | Compression format using the Lempel-Ziv-Welch (LZW) algorithm |
deflate | Compression format using the zlib structure, uses the deflate compression algorithm |
br | Compression format using the Brotli algorithm |
identity | No compression, no modification *) |
|
Method HttpRequestMessage() :setAcceptEncoding() Foundation
Defines the accepted encoding for responses from the server.
:setAcceptEncoding( <cEncoding> | <aEncodings> ) --> self
:setAcceptEncoding() returns the object executing the method.
The method :setAcceptEncoding() specifies to the server which encoding(s) is expected for processing data sent by the server.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.