v3.3.0
- 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")andchi.RegisterMethod("UNLINK")in aninit()function