1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-02 09:47:17 +00:00
Former-commit-id: 0bc9c92c519edda9e04be8481e16fd2fdcfc74c0
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-06-25 13:04:36 +03:00
parent 3fa022738b
commit 836e641229
10 changed files with 151 additions and 3 deletions

View File

@@ -132,6 +132,7 @@
* [Content Negotiation](response-writer/content-negotiation)
* [Text, Markdown, YAML, HTML, JSON, JSONP, Msgpack, XML and Binary](response-writer/write-rest/main.go)
* [Write Gzip](response-writer/write-gzip/main.go)
* [HTTP/2 Server Push](response-writer/http2push/main.go)
* [Stream Writer](response-writer/stream-writer/main.go)
* [Transactions](response-writer/transactions/main.go)
* [SSE](response-writer/sse/main.go)
@@ -181,6 +182,7 @@
* [Smart Contract](dependency-injection/smart-contract/main.go)
* [JWT](dependency-injection/jwt/main.go)
* [JWT (iris-contrib)](dependency-injection/jwt/contrib/main.go)
* [Register Dependency from Context](dependency-injection/context-register-dependency/main.go)
* MVC
* [Overview](mvc/overview)
* [Repository and Service layers](mvc/repository)