iris/_examples/http_responsewriter
Gerasimos (Makis) Maropoulos 2b72aadb15 add server side events via broker example (based on external resource but it is fairly good for a simple SSE showcase)
Former-commit-id: 926c2a88bf1c44354a99654bc85e267b940723b8
2018-07-31 03:12:16 +03:00
..
herotemplate add examples for read using custom decoder per type, read using custom decoder via iris#UnmarshalerFunc and to complete it add an example for the context#ReadXML. 2018-03-08 05:21:16 +02: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
server-side-events add server side events via broker example (based on external resource but it is fairly good for a simple SSE showcase) 2018-07-31 03:12:16 +03:00
sse-third-party Add a very simple usage-example for sending server side events 2018-04-10 21:01:24 +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 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
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.