Skip to content

Releases: balki/anyhttp

v0.3.0

14 Sep 13:24
Compare
Choose a tag to compare

Changes

  1. 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)
  2. Add Serve function to return the type of address (unix/systemdfd/tcp) and the http.Server instance.

v0.2.0

01 May 04:19
Compare
Choose a tag to compare

Changes

  1. Improve error messages
  2. Refactor environment parsing
    Unset LISTEN* environment variables by default and save for future calls