Interface HttpRequest
- All Superinterfaces:
 HttpMessage
- All Known Subinterfaces:
 ClientHttpRequest,ServerHttpRequest,ServerHttpRequest
- All Known Implementing Classes:
 AbstractClientHttpRequest,AbstractServerHttpRequest,HttpRequestWrapper,MockClientHttpRequest,MockServerHttpRequest,RequestPartServletServerHttpRequest,ServerHttpRequestDecorator,ServletServerHttpRequest
- Since:
 - 3.1
 - Author:
 - Arjen Poutsma
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturn a mutable map of request attributes for this request.Return the HTTP method of the request.getURI()Return the URI of the request (including a query string if any, but only if it is well-formed for a URI representation).Methods inherited from interface org.springframework.http.HttpMessage
getHeaders 
- 
Method Details
- 
getMethod
HttpMethod getMethod()Return the HTTP method of the request.- Returns:
 - the HTTP method as an HttpMethod value
 - See Also:
 
 - 
getURI
URI getURI()Return the URI of the request (including a query string if any, but only if it is well-formed for a URI representation).- Returns:
 - the URI of the request (never 
null) 
 - 
getAttributes
 
 -