public interface HttpInfos
Modifier and Type | Method and Description |
---|---|
Map<CharSequence,Set<Cookie>> |
cookies()
Return resolved HTTP cookies
|
boolean |
isKeepAlive()
Is the request keepAlive
|
boolean |
isWebsocket()
Return true if websocket connection (upgraded)
|
HttpMethod |
method()
Return the resolved request method (HTTP 1.1 etc)
|
default String |
path()
Return a normalized
uri() without the leading and trailing '/' if present |
String |
uri()
Return the resolved target address
|
HttpVersion |
version()
Return the resolved request version (HTTP 1.1 etc)
|
Map<CharSequence,Set<Cookie>> cookies()
boolean isKeepAlive()
boolean isWebsocket()
HttpMethod method()
default String path()
uri()
without the leading and trailing '/' if presenturi()
without the leading and trailingString uri()
HttpVersion version()