iris/_examples/http_request
Gerasimos (Makis) Maropoulos 1079bb8f8b add a new 'Context.GzipReader(bool) method and 'iris.GzipReader' middleware as requested at #1528
Former-commit-id: 7665545069bf1784d17a9db1e5f9f5f8df4b0c43
2020-05-28 19:29:14 +03:00
..
extract-referer don't fire ErrServerClosed on manually interrupt signals (CTRL/CMD+C) 2020-04-28 05:22:58 +03:00
read-body add a new 'Context.GzipReader(bool) method and 'iris.GzipReader' middleware as requested at #1528 2020-05-28 19:29:14 +03:00
read-custom-per-type replace all common error responses with the new Context.StopWithError 2020-05-18 00:25:38 +03:00
read-custom-via-unmarshaler replace all common error responses with the new Context.StopWithError 2020-05-18 00:25:38 +03:00
read-form replace all common error responses with the new Context.StopWithError 2020-05-18 00:25:38 +03:00
read-gzip add a new 'Context.GzipReader(bool) method and 'iris.GzipReader' middleware as requested at #1528 2020-05-28 19:29:14 +03:00
read-json replace all common error responses with the new Context.StopWithError 2020-05-18 00:25:38 +03:00
read-json-struct-validation enhanced cookie security and management 2020-05-09 14:04:51 +03:00
read-many replace all common error responses with the new Context.StopWithError 2020-05-18 00:25:38 +03:00
read-msgpack replace all common error responses with the new Context.StopWithError 2020-05-18 00:25:38 +03:00
read-query replace all common error responses with the new Context.StopWithError 2020-05-18 00:25:38 +03:00
read-xml replace all common error responses with the new Context.StopWithError 2020-05-18 00:25:38 +03:00
read-yaml replace all common error responses with the new Context.StopWithError 2020-05-18 00:25:38 +03:00
request-logger don't fire ErrServerClosed on manually interrupt signals (CTRL/CMD+C) 2020-04-28 05:22:58 +03:00
upload-file examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
upload-files minor: #1516 2020-05-18 19:13:46 +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.