playframework / play-ws

Standalone Play WS, an async HTTP client with fluent API
https://www.playframework.com/documentation/latest/JavaWS
Apache License 2.0
223 stars 87 forks source link

[feature] Add streaming JSON support #140

Open wsargent opened 7 years ago

wsargent commented 7 years ago

Should be easy to provide a Source of JsonNode / JsValue using the BodyReadables / BodyWritables support.

wsargent commented 7 years ago

Also see https://github.com/jroper/play-iteratees-extras/blob/master/src/main/scala/play/extras/iteratees/Json.scala

wsargent commented 7 years ago

Also http://doc.akka.io/docs/akka-http/10.0.4/scala/http/routing-dsl/source-streaming-support.html