# Functions
OapiRequestValidator Creates middleware to validate request by swagger spec.
OapiRequestValidatorWithOptions Creates middleware to validate request by swagger spec.
# Structs
Options to customize request validation, openapi3filter specified options will be passed through.
# Type aliases
ErrorHandler is called when there is an error in validation
Deprecated: This has been replaced by https://pkg.go.dev/github.com/oapi-codegen/nethttp-middleware#ErrorHandler.
MultiErrorHandler is called when oapi returns a MultiError type
Deprecated: This has been replaced by https://pkg.go.dev/github.com/oapi-codegen/nethttp-middleware#MultiErrorHandler.