<init>
HeaderValueWithParameters(
content: String,
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.