public interface HttpRequest
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpMethod()
Returns the http method for request (GET, PUT, POST,...)
|
URI |
getUri()
Returns the entire URL, including the scheme, host and query parameters if available.
|
Copyright © 2016. All rights reserved.