Module 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ยง

extractors
Axum extractors for the HTTP server.
handlers
Axum handlers for the HTTP server.
query
The Query struct 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.