Framing

endpoints4s.http4s.client.ChunkedJsonEntities.Framing
class Framing(val request: (Effect, String) => String, val response: (Effect, String) => String)

A strategy for delimiting chunk frames in a stream of chunks. Framing has to be consistent between client and server - server interpreter must be able to decode chunks encoded by the client, and vice versa.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields