7ae5c14f6c
feat(smalltrip): use multiplexer interface instead of http.ServeMux
...
This will be useful for the future to provide something akin to
plugins/addons to the router.
2025-06-27 22:02:39 -03:00
9f3fb63e3d
refactor(smalltrip): simplify router implementation
...
This removes all the parse route and route group code, since they
haven't a lot of use for it. Router is now just a small wrapper over Mux
to add middleware support.
2025-06-27 21:59:16 -03:00
a16254848b
fix(smalltrip): middlewares are not wrapped with previous ones
2025-03-05 09:45:56 -03:00
49192ad704
chore(smalltrip): add LICENSE file and headers
2025-02-27 16:21:01 -03:00
645690b7f8
refactor(smalltrip): remove unecessary length argument in make
2025-02-26 19:30:25 -03:00
1a40569716
refactor(smalltrip): rename handleRouter to handleGroup
2025-02-26 19:30:06 -03:00
0d76edaaa3
feat(smalltrip): new smalltrip package
...
This is a new package to reimplement the groute package with new
improvements and a better API
2025-02-24 08:03:07 -03:00