mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-26 17:34:21 +01:00
* before ThrottledBody * added upload rate limiting * before dynamic rate limiting * flexible rate limiter + config * fixed tests * fmt and clippy * reset auth.js e2e * more cleaning up * improved code and added comments * limit downloads too * fmt and clippy * improved sample comments * fixed comment * removed http dependency in favour of axum:http * parse speed units as lowercase * replaced regex with glob * clippy and fmt * fix: user rate limiting finding limit key * fmt * turn **/* patterns into ** * improved cleanup task
5 lines
51 B
Rust
5 lines
51 B
Rust
mod auth;
|
|
mod http;
|
|
mod public;
|
|
mod rate_limiting;
|