iris/_examples/http_request
Gerasimos (Makis) Maropoulos 247a558394 Add example for struct validation(3rd-party) through json request body binding
Former-commit-id: 78bbbe068f219e5a264951c900b77cb9b70f2079
2018-07-24 04:33:53 +03:00
..
read-custom-per-type add examples for read using custom decoder per type, read using custom decoder via iris#UnmarshalerFunc and to complete it add an example for the context#ReadXML. 2018-03-08 05:21:16 +02:00
read-custom-via-unmarshaler add examples for read using custom decoder per type, read using custom decoder via iris#UnmarshalerFunc and to complete it add an example for the context#ReadXML. 2018-03-08 05:21:16 +02:00
read-form fix https://github.com/kataras/iris/issues/859 2018-01-04 15:35:24 +02:00
read-json add examples for read using custom decoder per type, read using custom decoder via iris#UnmarshalerFunc and to complete it add an example for the context#ReadXML. 2018-03-08 05:21:16 +02:00
read-json-struct-validation Add example for struct validation(3rd-party) through json request body binding 2018-07-24 04:33:53 +03:00
read-xml add examples for read using custom decoder per type, read using custom decoder via iris#UnmarshalerFunc and to complete it add an example for the context#ReadXML. 2018-03-08 05:21:16 +02:00
request-logger middleware/logger: new configuration field, defaults to false: Query bool, if true prints the full path, including the URL query as requested at https://github.com/kataras/iris/issues/1017 2018-05-31 01:39:23 +03:00
upload-file Update the _examples/http_request/upload-file to fill the gap, relative discussion: https://github.com/kataras/iris/issues/979 2018-04-28 14:48:09 +03:00
upload-files Add example for struct validation(3rd-party) through json request body binding 2018-07-24 04:33:53 +03:00
README.md Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00

The context.Request() returns the same *http.Request you already know, the examples show some places where the Context uses this object. Besides that you can use it as you did before iris.