Streamed
play.api.http.HttpEntity.Streamed
final case class Streamed(data: Source[ByteString, _], contentLength: Option[Long], contentType: Option[String]) extends HttpEntity
A streamed entity.
Value parameters
- contentLength
-
The content length, if known. If no content length is set, then this entity will be close delimited.
- contentType
-
The content type, if known.
- data
-
The stream of data for this entity.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HttpEntityclass Objecttrait Matchableclass Any
Members list
In this article