v0.4.0 · World

client-middleware

Client middleware component world

Middleware components sit between transports and other handlers in the client pipeline, providing cross-cutting concerns similar to server middleware.

Middleware imports client-handler (to call downstream) and exports client-handler (to receive from upstream), forming a linear chain.