Expand description
HTTP server support (standalone + embeddable).
This module mirrors the pattern used by other Cedros services:
- Standalone:
claw-spawn-serverbinary callsrun() - Embedded: host Axum app calls
router(state)(and may nest it)
Structs§
Functions§
- build_
state_ from_ env - Build state for the standalone server.
- build_
state_ with_ pool - Build full state from config + an existing pool.
- router
- run
- Standalone entrypoint for the
claw-spawn-serverbinary.