-
v1.3.2 Stable
released this
2025-09-03 07:28:16 +00:00 | 29 commits to master since this releaseFormidable: Now return 400 BadRequest HttpError instead of generic error.
Downloads
-
Source code (ZIP)
16 downloads
-
Source code (TAR.GZ)
19 downloads
-
Source code (ZIP)
-
v1.3.1 Stable
released this
2025-09-03 07:27:55 +00:00 | 32 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)
16 downloads
-
Source code (TAR.GZ)
18 downloads
-
Source code (ZIP)
-
v1.3.0 Stable
released this
2025-09-03 07:27:39 +00:00 | 33 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)
19 downloads
-
Source code (ZIP)
-
v1.2.5 Stable
released this
2025-09-03 07:27:06 +00:00 | 35 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)
16 downloads
-
v1.2.4 Stable
released this
2025-09-03 07:25:55 +00:00 | 36 commits to master since this releaseflaska: Add better default font-src with self and data: support.
Downloads
-
Source code (ZIP)
13 downloads
-
Source code (TAR.GZ)
13 downloads
-
Source code (ZIP)
-
v1.2.3 Stable
released this
2025-09-03 07:25:29 +00:00 | 39 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 | 40 commits to master since this releaseonreqerror: Do not log aborted "errors"
Downloads
-
Source code (ZIP)
11 downloads
-
Source code (TAR.GZ)
13 downloads
-
Source code (ZIP)
-
v1.2.1 Stable
released this
2025-09-03 07:24:16 +00:00 | 42 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)
11 downloads
-
Source code (TAR.GZ)
12 downloads
-
Source code (ZIP)
-
v1.2.0 Stable
released this
2025-09-03 07:23:56 +00:00 | 43 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)
11 downloads
-
Source code (TAR.GZ)
13 downloads
-
Source code (ZIP)
-
v1.1.1 Stable
released this
2025-09-03 07:23:36 +00:00 | 44 commits to master since this releaseFileResponse: Pre-build range regex and re-use it for performance benefits
Downloads
-
Source code (ZIP)
11 downloads
-
Source code (TAR.GZ)
13 downloads
-
Source code (ZIP)