public static interface HttpFacade.Request
Modifier and Type | Method and Description |
---|---|
HttpFacade.Cookie |
getCookie(String cookieName) |
String |
getHeader(String name) |
List<String> |
getHeaders(String name) |
InputStream |
getInputStream() |
String |
getMethod() |
String |
getQueryParamValue(String param) |
String |
getRemoteAddr() |
String |
getURI()
Full request URI with query params
|
boolean |
isSecure()
HTTPS?
|
String getMethod()
String getURI()
boolean isSecure()
HttpFacade.Cookie getCookie(String cookieName)
InputStream getInputStream()
String getRemoteAddr()
Copyright © 2015. All Rights Reserved.