LastChunk

akka.http.scaladsl.model.HttpEntity.LastChunk
See theLastChunk companion object
case class LastChunk(extension: String, trailer: Seq[HttpHeader]) extends ChunkStreamPart

The final chunk of a chunk stream. If you don't need extensions or trailer headers you can save an allocation by directly using the LastChunk companion object.

Attributes

Companion
object
Source
HttpEntity.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ChunkStreamPart
class Object
trait Matchable
class Any
Show all
Known subtypes
object LastChunk.type

Members list

Value members

Concrete methods

Attributes

Source
HttpEntity.scala
def getTrailerHeaders: Iterable[HttpHeader]

Java API

Java API

Attributes

Source
HttpEntity.scala

Attributes

Source
HttpEntity.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product