Expand description

Request parameters for ratelimiting.

This module contains the type definitions for parameters relevant for ratelimiting.

The super::Ratelimiter uses Paths and Methods to store and associate buckets with routes.

Structs

Error returned when a Path could not be parsed from a string.

Enums

Request method.

An enum representing a path, most useful for ratelimiting implementations.

Type of PathParseError specifying what failed to parse.