EntityTag

org.http4s.EntityTag
See theEntityTag companion object
final case class EntityTag(tag: String, weakness: Weakness) extends Renderable

Attributes

Companion
object
Source
EntityTag.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Renderable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def render(writer: Writer): Writer

Base method for rendering this object efficiently

Base method for rendering this object efficiently

Attributes

Definition Classes
Source
EntityTag.scala

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
Renderable -> Any
Source
EntityTag.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Generates a String rendering of this object

Generates a String rendering of this object

Attributes

Inherited from:
Renderable
Source
Renderable.scala