//
pkg.gl
Category
github.com/wego/pkg/http/middleware
module
package
0.1.4
Repository:
https://github.com/wego/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
26 SLOC
#
Functions
QueryArraySupport
QueryArraySupport since gin does not support comma seperated array like `?&query=1,2,3`, this middle try to do a workaround Use this with cautions, this will break the normal query parameter containing comma.