Referer

zio.http.model.headers.values.Referer$
See theReferer companion trait
object Referer

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Referer.type

Members list

Concise view

Type members

Classlikes

case object InvalidReferer extends Referer

The URL header value is invalid.

The URL header value is invalid.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Referer
class Object
trait Matchable
class Any
Self type
final case class ValidReferer(url: URL) extends Referer

The Location header contains URL of the new Resource

The Location header contains URL of the new Resource

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Referer
class Object
trait Matchable
class Any

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def toReferer(value: String): Referer