HeaderValueWithParameters
abstract class HeaderValueWithParameters(content: String, val parameters: List<HeaderValueParam> = emptyList())
Represents a header value that consist of content followed by parameters. Useful for headers such as Content-Type
, Content-Disposition
and so on.
Inheritors
Functions
Link copied to clipboard
Extracts a Charset value from the given Content-Type
, Content-Disposition
or similar header value.