1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 09:25:48 +00:00
gitea/vendor/gitea.com/go-chi/binding
zeripath f0e15250b9
Migrate to use jsoniter instead of encoding/json (#14841)
* Migrate to use jsoniter

* fix tests

* update gitea.com/go-chi/binding

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
2021-03-01 22:08:10 +01:00
..
.drone.yml Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
.gitignore Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
binding.go Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
errors.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
go.mod Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
go.sum Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
LICENSE Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
README.md Move macaron to chi (#14293) 2021-01-26 16:36:53 +01: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.