public enum HeaderValueEncoding
Describes how a header should be encoded.
Enum Constant and Description |
---|
QUOTED_ALWAYS
The header will be quoted always.
|
QUOTED_WHEN_REQUIRED
The header will be quoted only when required.
|
URI_ENCODE
The header will be URI-encoded as described in the RFC-3986:
|
public static HeaderValueEncoding QUOTED_WHEN_REQUIRED
The header will be quoted only when required.
public static HeaderValueEncoding QUOTED_ALWAYS
The header will be quoted always.
public static HeaderValueEncoding URI_ENCODE
The header will be URI-encoded as described in the RFC-3986:
see https://tools.ietf.org/html/rfc3986#page-12