akka/akka-http
Clarify difference in docs between EntityStreamingSupport for any source and low-level Source[ByteString, Any]
オープン
#895 opened on 2017/02/23
1 - triagedhelp wantedt:docs
Repository metrics
- Stars
- (1,311 個のスター)
- PR merge metrics
- (平均マージ 1d 10h) (30d で 2 merged PRs)
説明
As per the gitter discussion with @ktoso, it could be probably worth mentioning in the docs that EntityStreamingSupport is only needed to complete a route with a stream of "discrete elements" like for example json arrays or csv entries, while a low level byte stream could be simply sent back to the client doing something like:
complete(HttpEntity(contentType, byteStringSource))