Package-level declarations
Types
Link copied to clipboard
class AcceptEncoding(val acceptEncoding: String, val parameters: List<HeaderValueParam> = emptyList()) : HeaderValueWithParameters
Represents the Accept-Encoding
HTTP header, which specifies the content encoding the client is willing to accept.