Skip to content

v3.3.0

Choose a tag to compare

@pkieltyka pkieltyka released this 10 Oct 22:12
· 359 commits to master since this release
  • New chi.RegisterMethod(method) to add support for custom HTTP methods, see _examples/custom-method for usage
  • Deprecated LINK and UNLINK methods from the default list, please use chi.RegisterMethod("LINK") and chi.RegisterMethod("UNLINK") in an init() function