iris/_examples/http_responsewriter
Gerasimos (Makis) Maropoulos 07046ab978 formatting
Former-commit-id: 037081db5d6d4434e873ca8b75334ee43e046b6a
2019-08-17 10:06:20 +03:00
..
content-negotiation formatting 2019-08-17 10:06:20 +03:00
herotemplate formatting 2019-08-17 10:06:20 +03:00
quicktemplate ok almost finished. We're good at deadlines eventually. Tomorrow at 23:59 an article will be published same time with the dev branch merge to master 2017-12-31 02:32:28 +02:00
sse 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
sse-third-party formatting 2019-08-17 10:06:20 +03:00
stream-writer A better http_responsewriter/stream-writer example, see SSE example for server-side events 2018-04-21 20:46:16 +03:00
transactions 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
write-gzip add example for the simple context#WriteGzip 2017-12-14 14:15:29 +02:00
write-rest README.md: example change 2018-07-23 15:58:55 +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.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.