See: Description
Interface | Description |
---|---|
HttpInfos |
An Http Reactive Channel with several accessors related to HTTP flow: headers, params,
URI, method, websocket...
|
HttpMetricsRecorder |
Interface for recording metrics for HTTP protocol.
|
Class | Description |
---|---|
Cookies |
Store cookies for the http channel.
|
HttpDecoderSpec<T extends HttpDecoderSpec<T>> |
A configuration builder to fine tune the
HttpCodec (or more precisely
the settings for the decoder) |
HttpOperations<INBOUND extends NettyInbound,OUTBOUND extends NettyOutbound> |
An HTTP ready
ChannelOperations with state management for status and headers
(first HTTP response packet). |
HttpOperations.PostHeadersNettyOutbound | |
HttpResources |
Hold the default Http resources
|
MicrometerHttpMetricsRecorder |
An
HttpMetricsRecorder implementation for integration with Micrometer. |
Enum | Description |
---|---|
HttpProtocol |
An enum defining various Http negotiations between H2, H2c-upgrade,
H2c-prior-knowledge and Http1.1
|