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

add Context.ReadHeaders

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-08-31 21:28:13 +03:00
parent 29084d062e
commit dbeb7bfb73
6 changed files with 103 additions and 3 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 Headers](request-body/read-headers/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)