8 lines
221 B
Markdown
8 lines
221 B
Markdown
# @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.
|