iris/_examples/http_request
Gerasimos (Makis) Maropoulos 3f1680a1d1 minor: #1516
Former-commit-id: 7b7d1a8becb5dc8e5a0dc54bb76d8ec723555e01
2020-05-18 19:13:46 +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 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.