1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 12:31:58 +00:00

add Context.ReadParams method

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-08-31 20:30:01 +03:00
parent 2f51845138
commit 477f5e6f9b
7 changed files with 91 additions and 11 deletions

View File

@@ -138,6 +138,7 @@
* [Bind YAML](request-body/read-yaml/main.go)
* [Bind Form](request-body/read-form/main.go)
* [Bind Query](request-body/read-query/main.go)
* [Bind Params](request-body/read-params/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)