@rondo.dev/middleware
v0.0.3
Published
This package provides a framework-agnostic way to define middlewares for any framework by using the Node's `http.IncomingMessage` and `http.ServerResponse` types.
Downloads
2
Readme
@rondo.dev/middleware
This package provides a framework-agnostic way to define middlewares for any
framework by using the Node's http.IncomingMessage
and http.ServerResponse
types.
See tests for more information.