Commit Graph

14 Commits (master)

Author SHA1 Message Date
Jonatan Nilsson 01a916eb2d socket: Set time out and forcibly close timed out sockets. Fix tests for different node versions
continuous-integration/appveyor/branch AppVeyor build succeeded Details
2023-11-03 22:52:09 +00:00
Jonatan Nilsson baf2d896c1 Update eltro, clean up a few tests
continuous-integration/appveyor/branch AppVeyor build succeeded Details
2022-07-04 13:24:19 +00:00
Jonatan Nilsson 568c620782 Flaska: Add support for appendHeaders to compliment default headers instead of completely replacing them 2022-06-16 09:58:11 +00:00
Jonatan Nilsson 0c22fe9577 Final fix unit tests
continuous-integration/appveyor/branch AppVeyor build succeeded Details
2022-05-12 16:44:37 +00:00
Jonatan Nilsson 3a0064c563 Fix test for new default header
continuous-integration/appveyor/branch AppVeyor build failed Details
2022-05-12 16:42:54 +00:00
Jonatan Nilsson cffca53eb6 test: Fix tests that were relying on aborted log message. These are spammy and normal and shouldn't be logged
continuous-integration/appveyor/branch AppVeyor build succeeded Details
2022-04-02 19:47:39 +00:00
Jonatan Nilsson 975646d336 Flaska: If http server supports listenAsync (service-core for example) then use that instead of callback listen()
continuous-integration/appveyor/branch AppVeyor build succeeded Details
2022-03-27 14:48:11 +00:00
Jonatan Nilsson 499cfa8ce0 FileResponse: Completely finished all HTTP/1.1 support for file handling including range, preconditions, modified and so much more.
continuous-integration/appveyor/branch AppVeyor build succeeded Details
Flaska: Refactored how headers and status are sent.
2022-03-26 15:50:18 +00:00
Jonatan Nilsson 7b682e8e95 Constructor: Support for defaultHeaders was added with default secure options.
continuous-integration/appveyor/branch AppVeyor build succeeded Details
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
Jonatan Nilsson e50e9f8a94 Flaska: Add basic head support
continuous-integration/appveyor/branch AppVeyor build succeeded Details
2022-03-21 07:34:01 +00:00
Jonatan Nilsson 28b4f6ea33 Flaska: Testing and Version 1.0.0 released
continuous-integration/appveyor/branch AppVeyor build succeeded Details
Added JsonHandler
Added FormidableHandler
Fixed a bunch of request handling
2022-03-17 15:09:22 +00:00
Jonatan Nilsson 9c43b429c4 flaska: Add jsonhandler and basic httperror class
continuous-integration/appveyor/branch AppVeyor build succeeded Details
flaska: Add promise-based listen and close methods
2022-03-16 10:41:25 +00:00
Jonatan Nilsson ed5ca5e756 hopefully fix so after gets called after every request 2021-10-11 02:06:22 +00:00
Jonatan Nilsson c8290126fa pretty much fully finished version 1 2021-10-09 00:12:56 +00:00