public class HttpHeader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_CONTROL |
static String |
CONTENT_DISPOSITION |
static String |
CONTENT_LENGTH |
static String |
CONTENT_TYPE |
static String |
LOCATION |
static String |
METHOD_OVERRIDE
The X-HTTP-Method-Override request header MUST be a string which MUST be interpreted as the request’s method
by the Server, if the header is presented.
|
static String |
TRANSFER_ENCODING
The Transfer-Encoding header specifies the form of encoding used to safely transfer the entity to the user.
|
static String |
TUS_CHECKSUM_ALGORITHM
The Tus-Checksum-Algorithm response header MUST be a comma-separated list of the checksum algorithms supported
by the server.
|
static String |
TUS_EXTENSION
The Tus-Extension response header MUST be a comma-separated list of the extensions supported by the Server.
|
static String |
TUS_MAX_SIZE
The Tus-Max-Size response header MUST be a non-negative integer indicating the maximum allowed size of an
entire upload in bytes.
|
static String |
TUS_RESUMABLE
The Tus-Resumable header MUST be included in every request and response except for OPTIONS requests.
|
static String |
TUS_VERSION
The Tus-Version response header MUST be a comma-separated list of protocol versions supported by the Server.
|
static String |
UPLOAD_CHECKSUM
The Upload-Checksum request header contains information about the checksum of the current body payload.
|
static String |
UPLOAD_CONCAT
The Upload-Concat request and response header MUST be set in both partial and upload creation requests.
|
static String |
UPLOAD_DEFER_LENGTH
The Upload-Defer-Length request and response header indicates that the size of the upload is not known
currently and will be transferred later.
|
static String |
UPLOAD_EXPIRES
The Upload-Expires response header indicates the time after which the unfinished upload expires.
|
static String |
UPLOAD_LENGTH
The Upload-Length request and response header indicates the size of the entire upload in bytes.
|
static String |
UPLOAD_METADATA |
static String |
UPLOAD_OFFSET
The Upload-Offset request and response header indicates a byte offset within a resource.
|
static String |
X_FORWARDED_FOR
The X-Forwarded-For (XFF) HTTP header field is a common method for identifying the originating IP address of a
client connecting to a web server through an HTTP proxy or load balancer.
|
public static final String METHOD_OVERRIDE
public static final String CACHE_CONTROL
public static final String CONTENT_TYPE
public static final String CONTENT_LENGTH
public static final String CONTENT_DISPOSITION
public static final String LOCATION
public static final String TRANSFER_ENCODING
public static final String UPLOAD_OFFSET
public static final String UPLOAD_METADATA
public static final String UPLOAD_CHECKSUM
public static final String UPLOAD_LENGTH
public static final String UPLOAD_EXPIRES
public static final String UPLOAD_DEFER_LENGTH
public static final String UPLOAD_CONCAT
public static final String TUS_VERSION
public static final String TUS_RESUMABLE
public static final String TUS_EXTENSION
public static final String TUS_MAX_SIZE
public static final String TUS_CHECKSUM_ALGORITHM
public static final String X_FORWARDED_FOR
Copyright © 2019. All rights reserved.