v0.15.2
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)
}