|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The RequestHeader interface contains constants for HTTP request headers
used by other HTTP Model-View-Controller classes.
Content-Length, which is required only for POST requests.
Reference: HTTP Request fields
| Field Summary | |
static String |
ACCEPT
The request header that specifies the MIME types the browser client prefers. |
static String |
ACCEPT_CHARSET
The request header that specifies the character set the browser client expects. |
static String |
ACCEPT_LANGUAGE
The request header that specifies the language the browser client is expecting, if the server is capable of providing versions in more than one language, e.g. |
static String |
CONTENT_LENGTH
The request header that, for POST messages, specifies the length of
the data contained in the request. |
static String |
HOST
The request header that specifies the host name and port number as listed in the original URL, e.g. |
static String |
REFERRER
The request header that specifies the address, i.e. |
static String |
USER_AGENT
The request header that specifies the type of browser client, e.g. |
| Field Detail |
public static final String ACCEPT
public static final String ACCEPT_CHARSET
public static final String ACCEPT_LANGUAGE
public static final String CONTENT_LENGTH
POST messages, specifies the length of
the data contained in the request.
public static final String HOST
public static final String REFERRER
REFERRER is spelled correctly here.
public static final String USER_AGENT
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||