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ยง
- extractors
- Axum
extractorsfor the HTTP server. - handlers
- Axum
handlersfor the HTTP server. - query
- The
Querystruct used to parse and store the URL query parameters. - requests
- HTTP requests for the HTTP tracker.
- responses
- HTTP responses for the HTTP tracker.
- routes
- HTTP server routes for version
v1. - services
- Application services for the HTTP tracker.