Expand description
Module to handle the HTTP server instances.
Structs§
- Http
Server - 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§
- Running
Http Server - A HTTP server instance controller with a running HTTP instance.
- Stopped
Http Server - A HTTP server instance controller with no HTTP instance running.