RichTextCodec

zio.http.api.internal.RichTextCodec$
See theRichTextCodec companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

A codec that describes a single specified character.

A codec that describes a single specified character.

Attributes

def defer[A](codec: => RichTextCodec[A]): RichTextCodec[A]

Returns a lazy codec, which can be used to define recursive codecs.

Returns a lazy codec, which can be used to define recursive codecs.

Attributes

Defines a new codec for a single character based on the specified predicate.

Defines a new codec for a single character based on the specified predicate.

Attributes

A codec that describes a literal character sequence.

A codec that describes a literal character sequence.

Attributes

A codec that describes a literal character sequence, ignoring case.

A codec that describes a literal character sequence, ignoring case.

Attributes

Concrete fields

A codec that describes a digit character.

A codec that describes a digit character.

Attributes

A codec that describes nothing at all. Such codecs successfully decode even on empty input, and when encoded, do not produce any text output.

A codec that describes nothing at all. Such codecs successfully decode even on empty input, and when encoded, do not produce any text output.

Attributes

A codec that describes a letter character.

A codec that describes a letter character.

Attributes

A codec that describes a single whitespace character.

A codec that describes a single whitespace character.

Attributes

A codec that describes any number of whitespace characters.

A codec that describes any number of whitespace characters.

Attributes