Expand description
Request parameters for ratelimiting.
This module contains the type definitions for parameters relevant for ratelimiting.
The Ratelimiter
uses Path
s and Method
s to store and associate
buckets with endpoints.
Structs§
- Error returned when a
Path
could not be parsed from a string.
Enums§
- HTTP request method.
- An enum representing a path, most useful for ratelimiting implementations.
- Type of
PathParseError
specifying what failed to parse.