-
v1.1.0 Stable
released this
2025-09-03 07:23:09 +00:00 | 45 commits to master since this releaseFileResponse: Completely finished all HTTP/1.1 support for file handling including range, preconditions, modified and so much more.
Flaska: Refactored how headers and status are sent.
requestEnd: Now properly supports ctx.headers and properly sends all headers to res with status code using writeHead
FileResponse: Initial development started to serve files
CorsHandler: Finished implementing a full CORS support
Constructor: Support for defaultHeaders was added with default secure options.
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.
Flaska: Add basic head supportDownloads
-
Source code (ZIP)
10 downloads
-
Source code (TAR.GZ)
14 downloads
-
Source code (ZIP)
-
v1.0.0 Stable
released this
2025-09-03 07:22:37 +00:00 | 50 commits to master since this releaseFlaska: Testing and Version 1.0.0 released
Added JsonHandler
Added FormidableHandler
Fixed a bunch of request handlingDownloads
-
Source code (ZIP)
10 downloads
-
Source code (TAR.GZ)
13 downloads
-
Source code (ZIP)
-
v0.9.9 Stable
released this
2025-09-03 07:22:17 +00:00 | 51 commits to master since this releaseflaska: Add jsonhandler and basic httperror class
flaska: Add promise-based listen and close methodsDownloads
-
Source code (ZIP)
10 downloads
-
Source code (TAR.GZ)
14 downloads
-
Source code (ZIP)
-
v0.9.8 Stable
released this
2025-09-03 07:21:51 +00:00 | 53 commits to master since this releaseAdd 404 support and some more error handling
Downloads
-
Source code (ZIP)
11 downloads
-
Source code (TAR.GZ)
14 downloads
-
Source code (ZIP)