Expand description
Native HTTP/1 adapter for Blazingly.
The adapter deliberately contains every socket-runtime and wire-protocol dependency. The operation graph, router, DI, MCP, and documentation crates remain runtime-neutral. Tokio is not part of this crate’s dependency tree.
Structs§
- Multicore
Server - Thread-per-core launcher with one compiled, non-
Sendapp per worker. - Server
- A native HTTP/1 server whose request execution remains thread-local.
- Server
Limits - Wire-level resource limits for the native protocol adapters.
- Shutdown
Handle - Thread-safe trigger used to stop accepting connections.
- Shutdown
Signal - Future resolved when its paired
ShutdownHandleis triggered.
Constants§
- DEFAULT_
MAX_ BODY_ BYTES - Default maximum request body accepted by the socket adapter.
Traits§
- Http
Middleware - Synchronous middleware interception points shared by every HTTP adapter.
Functions§
- shutdown_
channel - Creates one explicit graceful-shutdown channel.
- termination_
channel - Creates a graceful-shutdown channel triggered by process termination.