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 HttpMessagePart() :setContentEncoding() Foundation
Defines the content encoding.
:setContentEncoding( <cEncoding> ) --> self
:setContentEncoding() returns the object executing the method.
The method :setContentEncoding() specifies the encoding of the content of this message part object.
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.