Module hrpc::server::filters::rate[][src]

Structs

A rate of requests per time period.

Functions

Creates a filter that will return an Err(error) with error generated with the provided error function if rate limited.

Creates a filter that will return an Err(error) with error generated with the provided error function if rate limited globally, irregardless of client address.