torrust_tracker/servers/http/v1/services/
mod.rs

1//! Application services for the HTTP tracker.
2//!
3//! These modules contain logic that is specific for the HTTP tracker but it
4//! does depend on the Axum web server. It could be reused for other web
5//! servers.
6//!
7//! Refer to [`torrust_tracker`](crate) documentation.
8pub mod announce;
9pub mod peer_ip_resolver;
10pub mod scrape;