org.http4s.util

Type members

Classlikes

trait Renderable

Mixin that makes a type writable by a Writer without needing a Renderer instance

Mixin that makes a type writable by a Writer without needing a Renderer instance

Companion
object
object Renderable
Companion
class
trait Renderer[T]

A type class that describes how to efficiently render a type

A type class that describes how to efficiently render a type

Type Params
T

the type which will be rendered

Companion
object
object Renderer
Companion
class
class StringWriter(size: Int) extends Writer

Writer that will result in a String

Writer that will result in a String

Value Params
size

initial buffer size of the underlying StringBuilder

Companion
object
object StringWriter
Companion
class
object Writer
Companion
class
trait Writer

Efficiently accumulate Renderable representations

Efficiently accumulate Renderable representations

Companion
object