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§

HttpPeekRouter
A Service router that can be used to support http/1x and h2 traffic as well as non-tls traffic.
NoHttpRejectError
non-http connection is rejected

Type Aliases§

HttpPeekStream
PeekStream alias used by HttpPeekRouter.