postrust-proxy 0.2.3

High-performance reverse proxy module for Postrust with load balancing and automatic TLS
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;