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

add iris.Patches() to modify global behaviors

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-09-20 18:08:39 +03:00
parent ff81f37062
commit 0a4927f6df
7 changed files with 334 additions and 1 deletions

View File

@@ -200,6 +200,7 @@
* Response Writer
* [Content Negotiation](response-writer/content-negotiation)
* [Text, Markdown, YAML, HTML, JSON, JSONP, Msgpack, XML and Binary](response-writer/write-rest/main.go)
* [Third-party JSON Encoder](response-writer/json-third-party/main.go)
* [Protocol Buffers](response-writer/protobuf/main.go)
* [HTTP/2 Server Push](response-writer/http2push/main.go)
* [Stream Writer](response-writer/stream-writer/main.go)