Skip to main content

Module bootstrap

Module bootstrap 

Source
Expand description

afhttp host startup: parse args, install rustls provider, install signal handlers, build state, bind the listener, and block until shutdown.

Structs§

HostArgs
Parsed command-line arguments for afhttp host. The CLI layer in cli::cmd::host builds this struct from clap.

Enums§

BrowserChoice
DisplayMode
HealthPublic
ProfileChoice
Takeover
TakeoverProviderKind

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.