org.http4s.util
package org.http4s.util
Type members
Classlikes
trait Renderable
A type class that describes how to efficiently render a type
A type class that describes how to efficiently render a type
- Type parameters:
- T
the type which will be rendered
- Companion:
- object
- Source:
- Renderable.scala
Writer that will result in a String
Writer that will result in a String
- Value parameters:
- size
initial buffer size of the underlying
StringBuilder
- Companion:
- object
- Source:
- Renderable.scala
trait Writer
Efficiently accumulate Renderable representations
Efficiently accumulate Renderable representations
- Companion:
- object
- Source:
- Renderable.scala