postrust-proxy 0.4.0

Reverse proxy for Postrust with load balancing and automatic TLS certificates
Documentation
1
2
3
4
5
6
7
//! Rate limiting for the proxy.

mod limiter;
mod token_bucket;

pub use limiter::{RateLimitKey, RateLimiter};
pub use token_bucket::TokenBucket;