Skip to main content

Module http

Module http 

Source
Expand description

HTTP and WebSocket server runtime.

Modules§

negotiate
Content negotiation: Prefer header parsing and Accept media-type matching.
openapi
Minimal OpenAPI 3.0/3.1 runtime parser and request/response engine.
proxy
Proxy handler for forwarding requests to upstream servers.
router
Radix-tree based path router built at spec load time.
ws_handler
WebSocket handler for AsyncAPI runtime.

Structs§

HttpRuntime
Shared runtime state.

Functions§

spawn_http_server
Spawn HTTP/WS server.