# Functions
Configuration represents a default constructor.
Validate is a function that takes a context, validator, request body reader, and data interface as arguments.
# Variables
No description provided by the author
# Structs
CTX represents a context for handling HTTP requests.
Exception returns a string representation of the Exception.
Invalid represents an error resulting from failed validation.
Options is the configuration structure optionally mutated via the [Variadic] constructor used throughout the package.
No description provided by the author
Response serves as a data structure for representing an HTTP response.
Validator is a type that represents a validation result for a specific field.
# Interfaces
Helper is an interface that defines a single method, Help().
# Type aliases
Validators is a type that represents a map of string keys to Validator values.
Variadic represents a functional constructor for the [Options] type.