# Functions
NewKey generates a new Key.
# Constants
MethodDelete represents the DELETE request method.
MethodGet represents the GET request method.
MethodHead represents the HEAD request method.
MethodOptions represents the OPTIONS request method.
MethodPatch represents the PATCH request method.
MethodPost represents the POST request method.
MethodPut represents the PUT request method.
MethodUnknown represents an unknown request method.
NumStatusClasses represents the number of HTTP status classes (1XX, 2XX, 3XX, 4XX, 5XX).
RelativeAccuracy defines the acceptable error in quantile values calculated by DDSketch.
# Type aliases
Method is the type used to represent HTTP request methods.
RequestStats stores stats for HTTP requests to a particular path, organized by the class of the response code (1XX, 2XX, 3XX, 4XX, 5XX).