Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait HeaderTypetrait HeaderTypeBaseclass Objecttrait Matchableclass AnyShow all
- Self type
-
ContentEncoding.type
Members list
Type members
Classlikes
A format using the Lempel-Ziv-Welch (LZW) algorithm. The value name was taken from the UNIX compress program, which implemented this algorithm. Like the compress program, which has disappeared from most UNIX distributions, this content-encoding is not used by many browsers today, partly because of a patent issue (it expired in 2003).
A format using the Lempel-Ziv-Welch (LZW) algorithm. The value name was taken from the UNIX compress program, which implemented this algorithm. Like the compress program, which has disappeared from most UNIX distributions, this content-encoding is not used by many browsers today, partly because of a patent issue (it expired in 2003).
Attributes
- Supertypes
- Self type
-
Compress.type
Using the zlib structure (defined in RFC 1950) with the deflate compression algorithm (defined in RFC 1951).
Using the zlib structure (defined in RFC 1950) with the deflate compression algorithm (defined in RFC 1951).
Attributes
- Supertypes
- Self type
-
Deflate.type
A format using the Lempel-Ziv coding (LZ77), with a 32-bit CRC. This is the original format of the UNIX gzip program. The HTTP/1.1 standard also recommends that the servers supporting this content-encoding should recognize x-gzip as an alias, for compatibility purposes.
A format using the Lempel-Ziv coding (LZ77), with a 32-bit CRC. This is the original format of the UNIX gzip program. The HTTP/1.1 standard also recommends that the servers supporting this content-encoding should recognize x-gzip as an alias, for compatibility purposes.
Attributes
- Supertypes
- Self type
-
GZip.type
Maintains a list of ContentEncoding values.
Maintains a list of ContentEncoding values.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ContentEncodingtrait Headerclass Objecttrait Matchableclass AnyShow all
Types
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Definition Classes
Value parameters
- value
-
of string , seperated for multiple values
Attributes
- Returns
-
ContentEncoding Note: This implementation ignores the invalid string that might occur in MultipleEncodings case.
Inherited methods
Attributes
- Inherited from:
- HeaderType
Attributes
- Inherited from:
- HeaderType
Attributes
- Inherited from:
- HeaderType
Attributes
- Definition Classes
- Inherited from:
- HeaderType