Renderable

org.http4s.util.Renderable
See theRenderable companion object
trait Renderable

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
trait Element
class LinkValue
class Host
class SubRange
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 CharsetRange
class *
object *.type
class Atom
class Credentials
class AuthParams
class Token
class EntityTag
class HttpDate
class HttpVersion
class LanguageTag
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 Ipv4Address
class Ipv6Address
class RegName
class Path
Show all

Members list

Value members

Abstract methods

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