1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-21 19:06:00 +00:00

add bind checkboxes example

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-09-01 11:39:57 +03:00
parent dbeb7bfb73
commit c7157f1c92
4 changed files with 56 additions and 1 deletions

View File

@@ -137,6 +137,7 @@
* [Bind MsgPack](request-body/read-msgpack/main.go)
* [Bind YAML](request-body/read-yaml/main.go)
* [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)