• v1.1.0 c9fe9e2ee7

    v1.1.0 Stable

    nfpnoc released this 2025-09-03 07:23:09 +00:00 | 45 commits to master since this release

    Signed by TheThing
    SSH key fingerprint: SHA256:AILliPFgl3WHdwXJ6BCLLghTHqKe0G+9FyO9BBMERxk

    FileResponse: 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 support

    Downloads
  • v1.0.0 fbb05f71d6

    v1.0.0 Stable

    nfpnoc released this 2025-09-03 07:22:37 +00:00 | 50 commits to master since this release

    Signed by TheThing
    SSH key fingerprint: SHA256:AILliPFgl3WHdwXJ6BCLLghTHqKe0G+9FyO9BBMERxk

    Flaska: Testing and Version 1.0.0 released
    Added JsonHandler
    Added FormidableHandler
    Fixed a bunch of request handling

    Downloads
  • v0.9.9 e087a27691

    v0.9.9 Stable

    TheThing released this 2025-09-03 07:22:17 +00:00 | 51 commits to master since this release

    Signed by TheThing
    SSH key fingerprint: SHA256:AILliPFgl3WHdwXJ6BCLLghTHqKe0G+9FyO9BBMERxk

    flaska: Add jsonhandler and basic httperror class
    flaska: Add promise-based listen and close methods

    Downloads
  • v0.9.8 a79b75178e

    v0.9.8 Stable

    TheThing released this 2025-09-03 07:21:51 +00:00 | 53 commits to master since this release

    Signed by TheThing
    SSH key fingerprint: SHA256:AILliPFgl3WHdwXJ6BCLLghTHqKe0G+9FyO9BBMERxk

    Add 404 support and some more error handling

    Downloads