Module server
Expand description
Http server utility types and services.
HttpPeekRouter
allows you to detect http/1x and h2 traffic. H3 traffic is not covered by this router as this is done via sidechannel information instead (e.g. ALPN in TLS).
Modules§
- peek
- types and logic for
HttpPeekRouter
Structs§
- Http
Peek Router - A
Service
router that can be used to support http/1x and h2 traffic as well as non-tls traffic. - NoHttp
Reject Error - non-http connection is rejected
Type Aliases§
- Http
Peek Stream PeekStream
alias used byHttpPeekRouter
.