kvarn::limiting

Enum Action

source
pub enum Action {
    Passed,
    Send,
    Drop,
}
Expand description

The strength of limiting.

Variants§

§

Passed

Request should continue as normal.

§

Send

Send a get_too_many_requests response.

§

Drop

Drop the connection immediately.

Trait Implementations§