Module torrust_tracker::servers::http::server
source · Expand description
Module to handle the HTTP server instances.
Structs
- A HTTP server instance controller.
- A running HTTP server state.
- A stopped HTTP server state.
Enums
- Error that can occur when starting or stopping the HTTP server.
Traits
- Trait to be implemented by a HTTP server launcher for the tracker.
Type Definitions
- A HTTP server instance controller with a running HTTP instance.
- A HTTP server instance controller with no HTTP instance running.