MiddlewareExtension extension

on

Operators

operator +(Middleware middleware) Middleware
Combines two middlewares to a single one
operator >>(dynamic data) → dynamic
Combines this middleware with data that gets processed by the ResponseHandler mechanism.