Module torrust_tracker::servers::http::v1
source · Expand description
HTTP server implementation for the v1 API.
Refer to the generic HTTP server documentation for more information about the endpoints and their usage.
Modules
- Axum
extractorsfor the HTTP server. - Axum
handlersfor the HTTP server. - Logic to start new HTTP server instances.
- The
Querystruct used to parse and store the URL query parameters. - HTTP requests for the HTTP tracker.
- HTTP responses for the HTTP tracker.
- HTTP server routes for version
v1. - Application services for the HTTP tracker.