Commit graph

12 commits

Author SHA1 Message Date
4820347cfb req: Fix bug where it would call requestEnded when request was closed. This behavior is normal during the middle of a request
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
2022-04-07 11:27:44 +00:00
499cfa8ce0 FileResponse: Completely finished all HTTP/1.1 support for file handling including range, preconditions, modified and so much more.
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
Flaska: Refactored how headers and status are sent.
2022-03-26 15:50:18 +00:00
7b682e8e95 Constructor: Support for defaultHeaders was added with default secure options.
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
CSP: Added smart CSP support with nonce support as well. Can generate unique nonce values for each request.
CorsHandler: Started development of basic cors handler.
2022-03-24 09:29:54 +00:00
28b4f6ea33 Flaska: Testing and Version 1.0.0 released
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
Added JsonHandler
Added FormidableHandler
Fixed a bunch of request handling
2022-03-17 15:09:22 +00:00
9c43b429c4 flaska: Add jsonhandler and basic httperror class
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
flaska: Add promise-based listen and close methods
2022-03-16 10:41:25 +00:00
f1cff5d9ea Add 404 support and some more error handling 2022-01-05 14:06:06 +00:00
76b3852aeb hopefully last fix for request ended logic 2021-10-11 03:16:40 +00:00
ed5ca5e756 hopefully fix so after gets called after every request 2021-10-11 02:06:22 +00:00
2d7b3ed440 requestStart: Fix so requestEnded gets called with ctx 2021-10-10 23:52:51 +00:00
89c96e2ad4 QueryHandler: Added new handy query handler middleware 2021-10-10 20:38:12 +00:00
6569ff75de ctx: Add missing log to context 2021-10-10 19:57:48 +00:00
c8290126fa pretty much fully finished version 1 2021-10-09 00:12:56 +00:00