EntityTag

akka.http.scaladsl.model.headers.EntityTag
See theEntityTag companion object
final case class EntityTag(tag: String, weak: Boolean) extends EntityTag

Attributes

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

Members list

Value members

Concrete methods

def render[R <: Rendering](r: R): R

Attributes

Source
EntityTag.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
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
ToStringRenderable -> Any
Inherited from:
ToStringRenderable (hidden)
Source
Rendering.scala
def value: String

Attributes

Inherited from:
ValueRenderable (hidden)
Source
Rendering.scala