iris/_examples/http_request
Gerasimos (Makis) Maropoulos f3162254a0 fix https://github.com/kataras/iris/issues/1310
Former-commit-id: bd6e0eb0508fb27aea2ff79ad3a82c0acdd51eb7
2019-07-25 17:08:16 +03:00
..
extract-referer Version 11 released. Read https://github.com/kataras/iris/blob/master/HISTORY.md#su-21-october-2018--v1100 2018-10-21 19:20:05 +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 context#ReadForm can skip unkown fields by iris/context.IsErrPath(err), fixes: https://github.com/kataras/iris/issues/1157 2019-01-04 11:40:55 +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 typo fix: internally 2018-10-15 11:58:57 +03:00
read-many fix https://github.com/kataras/iris/issues/1310 2019-07-25 17:08:16 +03:00
read-query implement ReadQuery with 'url' struct field tag name strictly, as requested at: #1207 2019-07-24 03:29:42 +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 create the new FileServer and HandleDir, deprecate the rest APIBuilder/Party static methods and more 2019-06-21 19:43:25 +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.