Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@balki balki released this 14 Sep 13:24
· 1 commit to main since this release

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.