HttpCodec

org.http4s.HttpCodec
See theHttpCodec companion object
trait HttpCodec[A] extends Renderer[A]

Attributes

Companion:
object
Source:
HttpCodec.scala
Graph
Supertypes
trait Renderer[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Attributes

Source:
HttpCodec.scala

Concrete methods

final def parseOrThrow(s: String): A

Warning: partial method. Intended for tests and macros that have assured that s can be parsed to a valid A.

Warning: partial method. Intended for tests and macros that have assured that s can be parsed to a valid A.

Attributes

Source:
HttpCodec.scala

Inherited methods

Renders the object to the writer

Renders the object to the writer

Attributes

t

object to render

writer

org.http4s.util.Writer to render to

Returns:

the same org.http4s.util.Writer provided

Inherited from:
Renderer
Source:
Renderable.scala