-
cookies
List<E> cookies
The set of Cookies associated with this Request.
-
headers
Map<K,V> headers
The set of Headers associated with this Request. Each key is a header
name, while the value is a List containing one or more actual
values for this header. The values are returned as an Iterator when
you ask for them.
-
locales
List<E> locales
The set of Locales associated with this Request.
-
method
String method
The request method used on this Request.
-
queryString
String queryString
The query string associated with this Request.
-
requestURI
String requestURI
The request URI associated with this Request. See javax.servlet.http.HttpServletRequest#getRequestURI().
-
requestURL
String requestURL
The decode request URL associated with this Request. See javax.servlet.http.HttpServletRequest#getRequestURL().
-
body
org.apache.tomcat.util.buf.ByteChunk body
The body of this request.
-
contentType
String contentType
The content type of the request, used if this is a POST.