public interface HttpHeaders
HeaderTypes for well known standard headers.| Modifier and Type | Field and Description |
|---|---|
static org.dmfs.httpessentials.headers.ListHeaderType<java.lang.String> |
ACCEPT_ENCODING
The accept-encoding header that contains the content-encoding of the response entity.
|
static org.dmfs.httpessentials.headers.ListHeaderType<java.lang.String> |
CONTENT_ENCODING
The content-encoding header that contains the content encoding of the response entity.
|
static org.dmfs.httpessentials.headers.SingletonHeaderType<java.lang.Integer> |
CONTENT_LENGTH
The content-length header that contains the number of bytes of the response entity.
|
static org.dmfs.httpessentials.headers.SingletonHeaderType<org.dmfs.httpessentials.types.MediaType> |
CONTENT_TYPE
The content-type header that contains the media-type of the response entity.
|
static org.dmfs.httpessentials.headers.ListHeaderType<org.dmfs.httpessentials.types.Link> |
LINK
The Link header that contains links to documents related to the response.
|
static org.dmfs.httpessentials.headers.ListHeaderType<java.net.URI> |
LOCATION
The location header.
|
static final org.dmfs.httpessentials.headers.SingletonHeaderType<org.dmfs.httpessentials.types.MediaType> CONTENT_TYPE
static final org.dmfs.httpessentials.headers.SingletonHeaderType<java.lang.Integer> CONTENT_LENGTH
static final org.dmfs.httpessentials.headers.ListHeaderType<org.dmfs.httpessentials.types.Link> LINK
static final org.dmfs.httpessentials.headers.ListHeaderType<java.lang.String> ACCEPT_ENCODING
static final org.dmfs.httpessentials.headers.ListHeaderType<java.lang.String> CONTENT_ENCODING
static final org.dmfs.httpessentials.headers.ListHeaderType<java.net.URI> LOCATION