1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-11 14:05:59 +00:00

add an example for #1659

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-10-18 19:37:33 +03:00
parent 637f7aeea7
commit 7ab51805ba
4 changed files with 60 additions and 2 deletions

View File

@@ -168,8 +168,9 @@
* [Bind Form](request-body/read-form/main.go)
* [Checkboxes](request-body/read-form/checkboxes/main.go)
* [Bind Query](request-body/read-query/main.go)
* [Bind Headers](request-body/read-headers/main.go)
* [Bind Params](request-body/read-params/main.go)
* [Bind URL](request-body/read-url/main.go)
* [Bind Headers](request-body/read-headers/main.go)
* [Bind Body](request-body/read-body/main.go)
* [Bind Custom per type](request-body/read-custom-per-type/main.go)
* [Bind Custom via Unmarshaler](request-body/read-custom-via-unmarshaler/main.go)