Expand description
HTTP and WebSocket server runtime.
Modules§
- negotiate
- Content negotiation:
Preferheader parsing andAcceptmedia-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§
- Http
Runtime - Shared runtime state.
Functions§
- spawn_
http_ server - Spawn HTTP/WS server.