Go to file
2021-06-09 07:04:00 +02:00
.drone.yml CI: test agains go 1.13 & go 1.16 (#9) 2021-06-09 08:58:36 +08:00
.gitignore Expose validation patterns 2016-07-12 06:59:16 +08:00
bind_test.go Fix tests (#4) 2021-04-08 23:27:59 +08:00
binding.go Merge branch 'master' of https://gitea.com/go-chi/binding into feature-ignore-empty 2021-06-09 07:04:00 +02:00
common_test.go Fail fast on zero values. 2021-05-03 22:04:00 +02:00
errorhandler_test.go Switched expect and actual parameters (#6) 2021-05-05 02:07:00 +08:00
errors_test.go Switched expect and actual parameters (#6) 2021-05-05 02:07:00 +08:00
errors.go upgrade with macaron 2015-10-13 02:38:38 -04:00
file_test.go Switched expect and actual parameters (#6) 2021-05-05 02:07:00 +08:00
form_test.go Switched expect and actual parameters (#6) 2021-05-05 02:07:00 +08:00
go.mod Fix tests (#4) 2021-04-08 23:27:59 +08:00
go.sum Fix tests (#4) 2021-04-08 23:27:59 +08:00
json_test.go Switched expect and actual parameters (#6) 2021-05-05 02:07:00 +08:00
LICENSE Init commit 2014-10-07 06:51:12 -04:00
misc_test.go Switched expect and actual parameters (#6) 2021-05-05 02:07:00 +08:00
multipart_test.go Switched expect and actual parameters (#6) 2021-05-05 02:07:00 +08:00
README.md remove macaron 2020-12-20 09:09:12 +08:00
validate_test.go Merge branch 'master' of https://gitea.com/go-chi/binding into feature-ignore-empty 2021-06-09 07:04:00 +02:00

Middleware binding provides request data binding and validation for net/http, It's a fork of Macaron.

License

This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.