EntityTag

scamper.http.types.EntityTag
See theEntityTag companion trait
object EntityTag

Provides factory for EntityTag.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
EntityTag.type

Members list

Value members

Concrete methods

def apply(opaque: String, weak: Boolean): EntityTag

Creates tag with supplied values.

Creates tag with supplied values.

Attributes

Note

The opaque tag is automatically enclosed in double-quotes if not already supplied as such.

def parse(tag: String): EntityTag

Parses formatted tag.

Parses formatted tag.

Attributes