# Functions
ChainMiddlewares chains middlewares into a single middleware, which will be executed in the order they are passed.
HookMiddleware is a helper that does ogen request type -> Request type conversion.
# Structs
ParameterKey is a map key for parameters.
Request is request context type for middleware.
Response is response type for middleware.
# Type aliases
No description provided by the author
No description provided by the author
Parameters is a map of parameters.