http/middleware library

Classes

Middleware
Runs before a route's controller.
SecurityHeaders
Sets the response headers browsers use to constrain what a page may do.
Throttle
WebSocketMiddleware

Typedefs

Next = Future<void> Function()
Continues the middleware chain. Returns once every remaining middleware and the controller have finished.