Interface | Description |
---|---|
HttpServerRequest |
An Http Reactive Channel with several accessors related to HTTP flow: headers, params,
URI, method, websocket...
|
HttpServerResponse |
An Http Reactive Channel with several accessors related to HTTP flow: headers, params,
URI, method, websocket...
|
HttpServerRoutes |
Server routes are unique and only the first matching in order of declaration will be
invoked.
|
Class | Description |
---|---|
HttpRequestDecoderSpec |
A configuration builder to fine tune the
HttpServerCodec
(or more precisely the HttpServerCodec.HttpServerRequestDecoder ). |
HttpServer |
An HttpServer allows to build in a safe immutable way an HTTP server that is
materialized and connecting when
HttpServer.bind(TcpServer) is ultimately called. |
Enum | Description |
---|---|
HttpServerState |
Specific Http Server state observable by
HttpServer.observe(ConnectionObserver) |
ProxyProtocolSupportType |
Proxy protocol support type, this enum class defines how the HttpServer handles proxy protocol.
|