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

Goserve v0.2

Latest
Compare
Choose a tag to compare
@johnsto johnsto released this 30 Apr 14:01
· 15 commits to master since this release

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.