Compose middlewares around a transport into a single Handler. The first middleware in the list is outermost: it sees the request first and the response (or error) last.
Handler
Compose middlewares around a transport into a single
Handler. The first middleware in the list is outermost: it sees the request first and the response (or error) last.