Module server

Source
Expand description

Module to handle the HTTP server instances.

Structs§

HttpServer
A HTTP server instance controller.
Launcher
Running
A running HTTP server state.
Stopped
A stopped HTTP server state.

Enums§

Error
Error that can occur when starting or stopping the HTTP server.

Functions§

check_fn
Checks the Health by connecting to the HTTP tracker endpoint.

Type Aliases§

RunningHttpServer
A HTTP server instance controller with a running HTTP instance.
StoppedHttpServer
A HTTP server instance controller with no HTTP instance running.