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