1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-22 12:27:02 +00:00
Files
kararas_iris/_examples/http_responsewriter
Gerasimos (Makis) Maropoulos 5c91440e46 remove any reference to the pre go1.9 context.Context and replace with iris.Context on some places that were forgotten
got an email feedback about this


Former-commit-id: b1caa261a0d425d8db2091bffb8cfd6065c4e1fa
2019-08-11 15:43:47 +03:00
..
2018-07-23 15:58:55 +03:00

The context.ResponseWriter() returns an enchament version of a http.ResponseWriter, the examples show some places where the Context uses this object. Besides that you can use it as you did before iris.