Middleware collection for Lack
.github/workflows | ||
src | ||
tests | ||
.gitignore | ||
lack-mw-test.asd | ||
lack-mw.asd | ||
LICENSE | ||
qlfile | ||
qlfile.lock | ||
README.md |
lack-mw
Middleware collection for Lack.
Middlewares
- trailing-slash
Handles trailing slashes in URLs for GET requests.
If the requested resource isn’t found, it redirects to the correct URL accordingly.*append-trailing-slash*
Redirects to the URL with a trailing slash.*trim-trailing-slash*
Redirects to the URL without a trailing slash.
- Coming soon...
License
Licensed under the MIT License.
© 2024 skyizwhite