1
0
mirror of https://github.com/kataras/iris.git synced 2026-03-03 06:56:17 +00:00

add example for the simple context#WriteGzip

Former-commit-id: 3b4e0834370ebde5e4796b3d75cdbd5c2c25093f
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-12-14 14:15:29 +02:00
parent 22504f01ef
commit 434b07675e
3 changed files with 29 additions and 19 deletions

View File

@@ -292,6 +292,7 @@ You can serve [quicktemplate](https://github.com/valyala/quicktemplate) and [her
- [Write `valyala/quicktemplate` templates](http_responsewriter/quicktemplate)
- [Write `shiyanhui/hero` templates](http_responsewriter/hero)
- [Text, Markdown, HTML, JSON, JSONP, XML, Binary](http_responsewriter/write-rest/main.go)
- [Write Gzip](http_responsewriter/write-gzip/main.go)
- [Stream Writer](http_responsewriter/stream-writer/main.go)
- [Transactions](http_responsewriter/transactions/main.go)