1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-18 17:35:57 +00:00

Add example for struct validation(3rd-party) through json request body binding

Former-commit-id: 78bbbe068f219e5a264951c900b77cb9b70f2079
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-07-24 04:33:53 +03:00
parent 7337396e3c
commit 247a558394
6 changed files with 480 additions and 293 deletions

View File

@@ -325,6 +325,7 @@ You can serve [quicktemplate](https://github.com/valyala/quicktemplate) and [her
### How to Read from `context.Request() *http.Request`
- [Read JSON](http_request/read-json/main.go)
* [Struct Validation](http_request/read-json-struct-validation/main.go)
- [Read XML](http_request/read-xml/main.go)
- [Read Form](http_request/read-form/main.go)
- [Read Custom per type](http_request/read-custom-per-type/main.go)