Skip to content

Smashing new features

Pre-release
Pre-release

Choose a tag to compare

@vishr vishr released this 19 May 03:32
· 1549 commits to master since this release
  • Added following middleware
    • Panic recover
    • Basic auth
    • Strip trailing slash
    • Redirect to slash
    • Gzip
  • Support to serve favicon
  • Enhanced priority in router
  • Wrapped Flush, Hijack and CloseNotify functions in response.
  • Fixed issues: #51, #53, #57, #63, #65, #67, #68
  • Dropped NotFoundHandler in favor of HTTPErrorHandler