latest
frolleks/pathlessA lightweight, flexible routing library for JavaScript.
This package works with Node.js, Deno, Bun


JSR Score
76%
Published
a year ago (0.3.2)
f
createRouter
Creates a Router instance for modular route handling. This router supports middleware and RESTful route methods like GET, POST, etc.
f
default
Creates an application instance with routing and middleware support.
T
MiddlewareFunction
No documentation available
I
PathlessResponse
No documentation available
T
RouteHandler
No documentation available
f
bodyParser
Middleware to parse the request body and populate req.body and req.files.
f
cors
CORS Middleware to handle Cross-Origin Resource Sharing.