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§
- Path
Parse Error - Error returned when a
Path
could not be parsed from a string.
Enums§
- Method
- HTTP request method.
- Path
- An enum representing a path, most useful for ratelimiting implementations.
- Path
Parse Error Type - Type of
PathParseError
specifying what failed to parse.