iris/_examples/http_request
Gerasimos (Makis) Maropoulos f3745cebbd replace all common error responses with the new Context.StopWithError
Former-commit-id: 99b08a0b5564ef640456db12674cb37721f73ae3
2020-05-18 00:25:38 +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 misspell 2020-05-16 01:00:51 +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-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 replace all common error responses with the new Context.StopWithError 2020-05-18 00:25:38 +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.