2 Commits

Author SHA1 Message Date
tangx
14f40ade40 feat: add methods c.BindCookie(obj) from cookie and c.BindRequest(obj) from http request 2021-08-04 15:28:38 +08:00
thinkerou
521d06c81d support bind uri param (#1612)
* support bind uri (1)

* uri binding successful run

* fix vet warning: github.com/gin-gonic/gin/internal.Param composite literal uses unkeyed fields

* fix code style

* update function name

* fix test function signature

* add test for CanSet

* update readme and add test case

* remove internal.Params

* add coverage

* fix warning
2018-11-22 09:29:48 +08:00