|
53024dfdab
|
Added redirects middleware.
|
2024-08-23 22:13:58 +02:00 |
|
|
0c9013feac
|
Added res.head, res.foot, res.responseWrite, and rejection of expectations.
|
2024-08-23 22:10:49 +02:00 |
|
|
00d01e7cf5
|
Replace "var" with "let" in core middleware, and add req.authUser set to null.
|
2024-08-23 21:46:08 +02:00 |
|
|
0e8b8392a4
|
Replace the placeholder fromMain with estimated one.
|
2024-08-23 21:41:31 +02:00 |
|
|
be33f83ed1
|
Added default config.json setting from SVR.JS 3.x, and fixed core middleware.
|
2024-08-23 21:33:26 +02:00 |
|
|
2dda7d73ab
|
Replaced responseEnd() function (which doesn't exist) with res.end() function for now
|
2024-08-23 21:27:36 +02:00 |
|
|
dd344ecca3
|
Expand core middleware, add URL sanitizer middleware, and add logging to the middleware error handling.
|
2024-08-23 21:25:23 +02:00 |
|
|
000ae75904
|
Add middleware functionality. Also replace JSON.parse with JSON.stringify with Object.assign.
|
2024-08-23 20:43:09 +02:00 |
|