Framing

endpoints4s.algebra.Framing
trait Framing

Algebra interface for describing how chunks of chunked transfer-encoding requests and responses should be framed. Being explicit about how chunks are framed solves the issue of re-framing happening during transport.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Types

type Framing

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.

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

Value members

Concrete methods

Frames are delimited by a new-line separator

Frames are delimited by a new-line separator

Attributes