1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/src/middleware
2024-08-25 10:57:37 +02:00
..
blocklist.js Lint out the codebase. 2024-08-25 09:25:06 +02:00
checkForbiddenPaths.js Move parts of middleware that checks for forbidden paths to separate utils file, and add tests for them. 2024-08-25 07:13:41 +02:00
core.js Change reqerrhandler placeholder to emitting clientError event on the server. 2024-08-25 10:57:37 +02:00
defaultHandlerChecks.js Lint out the codebase. 2024-08-25 09:45:42 +02:00
nonStandardCodesAndHttpAuthentication.js Lint out the codebase. 2024-08-25 09:25:06 +02:00
redirects.js Lint out the codebase. 2024-08-24 08:07:31 +02:00
redirectTrailingSlashes.js Lint out the codebase. 2024-08-24 20:45:17 +02:00
responseHeaders.js Add middleware responsible for setting response headers (res.setHeader function). 2024-08-24 17:32:27 +02:00
rewriteURL.js Fix a 500 HTTP error code related to URL rewriting functionality. 2024-08-25 09:14:38 +02:00
staticFileServingAndDirectoryListings.js Add static file serving and directory listing functionality. 2024-08-25 10:23:37 +02:00
status.js Replace "SVR.JS" in status page with reference to svrjs.json 2024-08-25 09:47:36 +02:00
urlSanitizer.js Lint out the codebase. 2024-08-24 20:45:17 +02:00
webRootPostfixes.js Lint out the codebase. 2024-08-24 20:45:17 +02:00