Releases: balki/anyhttp
Releases · balki/anyhttp
v0.3.0
Changes
- Add new module anyhttp/idle to track idle servers.
Idle servers can be shutdown to save resources if there is a way to restart them automatically (e.g. systemd socket activation, doc) - Add Serve function to return the type of address (unix/systemdfd/tcp) and the
http.Server
instance.