Skip to content

v0.15.2

Compare
Choose a tag to compare
@ggicci ggicci released this 31 Dec 07:08
· 27 commits to main since this release

Register the path directive by default, but it only supports encoding function. For a complete path directive, users still need to use the integration subpackage:

import httpin_integration "github.com/ggicci/httpin/integration"

func init() {
	httpin_integration.UseGochiURLParam("gochi", chi.URLParam)
}