HTTP server
Build a server with Web-standard requests and responses, then choose the focused guide for routing, lifecycle, protocol features, or deployment behavior.
HTTP guide
Basic servers and requests — start a server, route requests, stream bodies, and handle disconnects and errors.
Lifecycle and graceful shutdown — shutdown hooks, signals, and draining.
HTTPS, HTTP/2, and trailers — secure transport and protocol-specific features.
Identity, limits, and deployment — caller identity, timeouts, connection limits, and Hono.
For design rationale, see the HTTP server internals.