iris/_examples/http_request
Gerasimos (Makis) Maropoulos 07046ab978 formatting
Former-commit-id: 037081db5d6d4434e873ca8b75334ee43e046b6a
2019-08-17 10:06:20 +03:00
..
extract-referer remove any reference to the pre go1.9 context.Context and replace with iris.Context on some places that were forgotten 2019-08-11 15:43:47 +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 formatting 2019-08-17 10:06:20 +03:00
read-json-struct-validation formatting 2019-08-17 10:06:20 +03:00
read-many formatting 2019-08-17 10:06:20 +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
read-yaml add content negotiation feature, add context.ReadYAML and fix https://github.com/kataras/neffos/issues/1#issuecomment-515698536 2019-08-03 04:41:09 +03:00
request-logger formatting 2019-08-17 10:06:20 +03:00
upload-file formatting 2019-08-17 10:06:20 +03:00
upload-files formatting 2019-08-17 10:06:20 +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.