Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Releases: johnsto/goserve

Goserve v0.2

30 Apr 14:01
Compare
Choose a tag to compare

This release adds support for:

  • Custom headers
  • GZip compression

Custom headers

These can be specified in either the serve or listeners configuration blocks. They will not override any existing headers (such as Content-Type).

GZip compression

This can be enabled per-listener with a gzip: true directive.

Goserve v0.1

21 Apr 09:47
Compare
Choose a tag to compare

Initial release, with support for:

  • ETags
  • Range handling
  • Custom errors
  • Directory listing prevention