Expand description
afhttp host startup: parse args, install rustls provider, install
signal handlers, build state, bind the listener, and block until
shutdown.
Structs§
- Host
Args - Parsed command-line arguments for
afhttp host. The CLI layer incli::cmd::hostbuilds this struct from a resolved CLI invocation.
Enums§
Functions§
- install_
rustls_ provider - run
- Run the host until SIGTERM/SIGINT. Launches the backend browser, builds the listener state around it, and serves until the shutdown signal.