1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-20 19:37:03 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-11-13 00:34:17 +02:00
parent 7b6a8f1e26
commit c81b97188a
7 changed files with 101 additions and 16 deletions

View File

@@ -171,6 +171,7 @@
* [Bind URL](request-body/read-url/main.go)
* [Bind Headers](request-body/read-headers/main.go)
* [Bind Body](request-body/read-body/main.go)
* [Add Converter](request-body/form-query-headers-params-decoder/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)
* [Bind Many times](request-body/read-many/main.go)