Skip to content

Commit 33366c6

Browse files
committed
Update docs to include info about partial streaming support on client side
1 parent b64b7ce commit 33366c6

File tree

1 file changed

+3
-0
lines changed
  • guide/guide/.js/src/main/assets/pages

1 file changed

+3
-0
lines changed

guide/guide/.js/src/main/assets/pages/rest.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,9 @@ client.downloadFile("report.pdf")
10351035
.foreach(chunk => outputStream.write(chunk))(monixScheduler)
10361036
```
10371037

1038+
Jetty client provided by the framework `JettyRestClient` supports streaming only for binary data. JSON list processing
1039+
still requires receiving full payload.
1040+
10381041
### How Streaming Works
10391042

10401043
When a client makes a request to a streaming endpoint:

0 commit comments

Comments
 (0)