Expand description
Request parameters for ratelimiting.
This module contains the type definitions for parameters relevant for ratelimiting.
The Ratelimiter uses Paths and Methods to store and associate
buckets with endpoints.
Structs§
- Path
Parse Error - Error returned when a
Pathcould 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
PathParseErrorspecifying what failed to parse.