Expand description
Optional authenticated HTTP delivery for read-only application services.
Structs§
- Bearer
Token - A bearer token whose formatting and errors never reveal its contents.
- Contracts
Input - Input for a contract-only ranked query.
- Http
Server Config - Fixed workspace and database configuration for one HTTP server.
- Status
Input - Empty input accepted by
status.
Enums§
- Bearer
Token Error - Failure to construct a safe bearer token.
- Http
Server Error - HTTP server startup or serving failure.
Constants§
- DEFAULT_
HTTP_ BIND - Default loopback address used by optional HTTP delivery.
Functions§
- create_
router - Builds the read-only HTTP router after validating bind and authentication policy.
- serve_
http - Binds and serves optional HTTP delivery until cancellation requests graceful shutdown.
- serve_
http_ on_ listener - Serves on an existing listener, retaining the listener’s actual bind policy.