initSidebarItems({"struct":[["Chain","The middleware chain used in Iron."]],"trait":[["AfterMiddleware","`AfterMiddleware` are fired after a `Handler` is called inside of a Chain."],["AroundMiddleware","AroundMiddleware are used to wrap and replace the `Handler` in a `Chain`."],["BeforeMiddleware","`BeforeMiddleware` are fired before a `Handler` is called inside of a Chain."],["Handler","`Handler`s are responsible for handling requests by creating Responses from Requests."]]});