See: Description
Interface | Description |
---|---|
HttpInfos |
An Http Reactive Channel with several accessor related to HTTP flow : headers, params,
URI, method, websocket...
|
Class | Description |
---|---|
Cookies |
Store cookies for the http channel.
|
HttpOperations<INBOUND extends NettyInbound,OUTBOUND extends NettyOutbound> |
An HTTP ready
ChannelOperations with state management for status and headers
(first HTTP response packet). |
HttpResources |
Hold the default Http resources
|
Enum | Description |
---|---|
HttpProtocol |
An enum defining various Http negotiations between H2, H2c-upgrade,
H2c-prior-knowledge and Http1.1
|