-
v1.3.1 Stable
released this
2025-09-03 07:27:55 +00:00 | 28 commits to master since this releaseFix FormidableHandler so it detects filetype based on extension if type is unknown or application octet-stream.
Downloads
-
Source code (ZIP)
15 downloads
-
Source code (TAR.GZ)
16 downloads
-
Source code (ZIP)
-
v1.3.0 Stable
released this
2025-09-03 07:27:39 +00:00 | 29 commits to master since this releaseFormidable: Better handling for file uploads. Now supports multiple keys
Downloads
-
Source code (ZIP)
16 downloads
-
Source code (TAR.GZ)
17 downloads
-
Source code (ZIP)
-
v1.2.5 Stable
released this
2025-09-03 07:27:06 +00:00 | 31 commits to master since this releaseFlaska: Add support for
appendHeadersin constructor.- Allows to append individual headers to the defaultHeaders without completely replacing the default values.
Downloads
-
Source code (ZIP)
12 downloads
-
Source code (TAR.GZ)
15 downloads
-
v1.2.4 Stable
released this
2025-09-03 07:25:55 +00:00 | 32 commits to master since this releaseflaska: Add better default font-src with self and data: support.
Downloads
-
Source code (ZIP)
12 downloads
-
Source code (TAR.GZ)
12 downloads
-
Source code (ZIP)
-
v1.2.3 Stable
released this
2025-09-03 07:25:29 +00:00 | 35 commits to master since this releasereq: Fix bug where it would call requestEnded when request was closed. This behavior is normal during the middle of a request
Downloads
-
Source code (ZIP)
11 downloads
-
Source code (TAR.GZ)
12 downloads
-
Source code (ZIP)
-
v1.2.2 Stable
released this
2025-09-03 07:25:04 +00:00 | 36 commits to master since this releaseonreqerror: Do not log aborted "errors"
Downloads
-
Source code (ZIP)
11 downloads
-
Source code (TAR.GZ)
12 downloads
-
Source code (ZIP)
-
v1.2.1 Stable
released this
2025-09-03 07:24:16 +00:00 | 38 commits to master since this releaseFlaska: If http server supports listenAsync (service-core for example) then use that instead of callback listen()
Downloads
-
Source code (ZIP)
10 downloads
-
Source code (TAR.GZ)
11 downloads
-
Source code (ZIP)
-
v1.2.0 Stable
released this
2025-09-03 07:23:56 +00:00 | 39 commits to master since this releaseFlaska: HEAD request support across the board.
Flaska: Set status to 204 if status is 200 and body is null
Flaska: Fix implementation of how content-type is set
FileResponse: Don't open file if running HEAD requestDownloads
-
Source code (ZIP)
10 downloads
-
Source code (TAR.GZ)
12 downloads
-
Source code (ZIP)
-
v1.1.1 Stable
released this
2025-09-03 07:23:36 +00:00 | 40 commits to master since this releaseFileResponse: Pre-build range regex and re-use it for performance benefits
Downloads
-
Source code (ZIP)
10 downloads
-
Source code (TAR.GZ)
12 downloads
-
Source code (ZIP)
-
v1.1.0 Stable
released this
2025-09-03 07:23:09 +00:00 | 41 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)
13 downloads
-
Source code (ZIP)