Attributes
- Companion:
- trait
- Source:
- EntityEncoder.scala
- Graph
- Supertypes
- Self type
- EntityEncoder.type
Members list
Value members
Concrete methods
summon an implicit EntityEncoder
Attributes
- Source:
- EntityEncoder.scala
Create a new EntityEncoder
Create a new EntityEncoder
Encodes a value from its Show instance. Too broad to be implicit, too useful to not exist.
Encodes a value from its Show instance. Too broad to be implicit, too useful to not exist.
Attributes
- Source:
- EntityEncoder.scala
Create a new EntityEncoder
Create a new EntityEncoder
This constructor is a helper for types that can be serialized synchronously, for example a String.
Attributes
- Source:
- EntityEncoder.scala
Implicits
Implicits
Attributes
- Source:
- EntityEncoder.scala
Attributes
- Source:
- EntityEncoder.scala
Attributes
- Source:
- EntityEncoder.scala
Attributes
- Source:
- EntityEncoder.scala
Encodes an entity body. Chunking of the stream is preserved. A
Transfer-Encoding: chunked
header is set, as we cannot know
the content length without running the stream.
Encodes an entity body. Chunking of the stream is preserved. A
Transfer-Encoding: chunked
header is set, as we cannot know
the content length without running the stream.
Attributes
- Source:
- EntityEncoder.scala
Attributes
- Source:
- EntityEncoder.scala
Attributes
- Source:
- EntityEncoder.scala
Attributes
- Source:
- EntityEncoder.scala
Attributes
- Source:
- EntityEncoder.scala
Attributes
- Source:
- EntityEncoder.scala
Attributes
- Source:
- EntityEncoder.scala
A stream encoder is intended for streaming, and does not calculate its bodies in advance. As such, it does not calculate the Content-Length in advance. This is for use with chunked transfer encoding.
A stream encoder is intended for streaming, and does not calculate its bodies in advance. As such, it does not calculate the Content-Length in advance. This is for use with chunked transfer encoding.
Attributes
- Source:
- EntityEncoder.scala
Attributes
- Source:
- EntityEncoder.scala
Attributes
- Source:
- EntityEncoder.scala
Deprecated implicits
Attributes
- Deprecated
- true
- Source:
- EntityEncoder.scala
Attributes
- Deprecated
- true
- Source:
- EntityEncoder.scala