diff --git a/Response-recorder.md b/Response-recorder.md index 3e9afc1..089d1aa 100644 --- a/Response-recorder.md +++ b/Response-recorder.md @@ -102,3 +102,5 @@ app.Get("/save", func(ctx iris.Context) { ctx.WriteString("success") }) ``` + +In addition to that, Iris provides a comprehensive API for **Transactions**. Learn more about it by running an [example](https://github.com/kataras/iris/blob/master/_examples/http_responsewriter/transactions/main.go).