1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-21 02:45:59 +00:00

New feature: Context.ReadJSONStream

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-01-24 23:34:01 +02:00
parent 435f284815
commit 53b3ade7e0
5 changed files with 242 additions and 13 deletions

View File

@@ -28,6 +28,8 @@ The codebase for Dependency Injection, Internationalization and localization and
## Fixes and Improvements
- New `Context.ReadJSONStream` method and `JSONReader` options for `Context.ReadJSON` and `Context.ReadJSONStream`, see the [example](_examples/request-body/read-json-stream/main.go).
- New `FallbackView` feature, per-party or per handler chain. Example can be found at: [_examples/view/fallback](_examples/view/fallback).
```go