diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-02 16:31:34 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-02 16:40:16 +0700 |
| commit | 5c30c1f5d0435791c164b89f98891ae27dda4dec (patch) | |
| tree | 4a0829c8501e255a4fd3269eb0bff236fe4f4b02 /CHANGELOG.adoc | |
| parent | f578b0ba7341f8bc97d13cd165070002596cb106 (diff) | |
| download | ciigo-5c30c1f5d0435791c164b89f98891ae27dda4dec.tar.xz | |
all: add field Listener to ServeOptions
The field Listener allow passing [net.Listener] instance for accepting
HTTP connection.
One of the use case is to activate the ciigo serve using systemd.socket(5).
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index e5d21fe..f4d639b 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -15,6 +15,13 @@ Legend, [#v0_16_0] == ciigo v0.16.0 (2026-xx-xx) +**🌼 all: add field Listener to ServeOptions** + +The field Listener allow passing [net.Listener] instance for accepting +HTTP connection. + +One of the use case is to activate the ciigo serve using systemd.socket(5). + **🌱 all: embed CSS and index HTML template using memfs** Previously, with direct embed, every time we change the CSS or index |
