Commit2aa4bfddRecorded10 Jul 2026Repositorysigil-http
Bump to 0.17.0: streaming works in the default server; HEAD headers-only; opt-in gzip
Message
- Streaming responses (http-response/file, SSE) now work from a bare http-serve without with-async (http-server-start self-installs a scheduler). - HEAD returns identical status + headers with zero body bytes. - Opt-in automatic gzip via the gzip: server option (default off). - Minor bump: new public API (gzip:) + changed default server behavior; also aligns the package version to its ^0.17 toolchain target.
Changed
package.sgl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)Diff
package.sglmodified
@@ -5,7 +5,7 @@
5
6
(package 7
name: "sigil-http"−8
version: "0.16.7"+8
version: "0.17.0" 9
sigil: "^0.17" 10
description: "HTTP client and server library for Sigil" 11
url: "https://codeberg.org/sigil/sigil-http"