• flaska_v2.0.0 21d6b53da0

    flaska_v2.0.0
    All checks were successful
    / deploy (push) Successful in 36s
    Stable

    nfpnoc released this 2025-09-16 02:32:55 +00:00 | 1 commits to master since this release

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

    flaska_v2.0.0
    Major: Added full compression support

    Breaking changes:
    flaska: Renamed after and afterAsync to ended and endedAsync.

    Warning:
    flaska: responseEnd flow has been refactored and restructured. Minor changes to which headers will now get generated and where. This should be non-breaking.

    New/Other changes:
    CompressHandler: New handler that compresses on-the-fly resources
    FileHandler: Added support for pre-compressed alternative to serve
    FileHandler: Add new helper initializer
    ctx: Added helper function to extract various quality values like 'accept' and 'accept-encoding' and etc.
    flaska: Add after that runs just before response gets sent, for example for the compression handler.
    http: Fix errors relating to routes already having sent headers
    http: Refactor the send header body logic

    Downloads