Java org.springframework.http HttpRequest fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http HttpRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http HttpRequest.

The text is from its open source code.

Method

HttpHeadersgetHeaders()
Return the headers of this message.
HttpMethodgetMethod()
Return the HTTP method of the request.
URIgetURI()
Return the URI of the request (including a query string if any, but only if it is well-formed for a URI representation).