final case classUseExistingTransferEncoding(transferEncodedEnum: Enumerator[Array[Byte]]) extends ResultStreaming with Product with Serializable
A stream where the response has already been encoded by the user, e.g. using
Results.chunked. The server may be able to feed this encoded data directly -
or it may need to reverse the encoding before resending it. :(
A stream where the response has already been encoded by the user, e.g. using
Results.chunked
. The server may be able to feed this encoded data directly - or it may need to reverse the encoding before resending it. :(