Renderable

org.http4s.util.Renderable
See theRenderable companion object

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

Attributes

Companion:
object
Source:
Renderable.scala
Graph
Supertypes
class Any
Known subtypes
class `private`
class max-age
class max-stale
class min-fresh
object must-revalidate.type
class no-cache
object no-store.type
object no-transform.type
object only-if-cached.type
object proxy-revalidate.type
object public.type
class s-maxage
class Challenge
class Charset
class *
object *.type
class Atom
class Token
class EntityTag
class HttpDate
class Method
class ProductId
class Query
class RangeUnit
trait SameSite
object Lax.type
object None.type
object Strict.type
class Status
class Uri
class Authority
trait Host
class RegName
class Path
trait Element
class LinkValue
class Host
class SubRange

Members list

Concise view

Value members

Abstract methods

def render(writer: Writer): Writer

Base method for rendering this object efficiently

Base method for rendering this object efficiently

Attributes

Source:
Renderable.scala

Concrete methods

Generates a String rendering of this object

Generates a String rendering of this object

Attributes

Source:
Renderable.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
Source:
Renderable.scala