We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64b7ce commit 33366c6Copy full SHA for 33366c6
guide/guide/.js/src/main/assets/pages/rest.md
@@ -1035,6 +1035,9 @@ client.downloadFile("report.pdf")
1035
.foreach(chunk => outputStream.write(chunk))(monixScheduler)
1036
```
1037
1038
+Jetty client provided by the framework `JettyRestClient` supports streaming only for binary data. JSON list processing
1039
+still requires receiving full payload.
1040
+
1041
### How Streaming Works
1042
1043
When a client makes a request to a streaming endpoint:
0 commit comments