HttpChunk

play.api.http.HttpChunk
See theHttpChunk companion object
sealed trait HttpChunk

An HTTP chunk.

May either be a HttpChunk.Chunk containing data, or a HttpChunk.LastChunk, signifying the last chunk in a stream, optionally with trailing headers.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Chunk
class LastChunk
In this article