HeaderValueEncoding

enum HeaderValueEncoding : Enum<HeaderValueEncoding>

Describes how a header should be encoded.

Entries

Link copied to clipboard

The header will be URI-encoded as described in the RFC-3986:

Link copied to clipboard

The header will be quoted always.

Link copied to clipboard

The header will be quoted only when required.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int