Scheme

zio.http.model.Scheme$
See theScheme companion trait
object Scheme

Attributes

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

Members list

Concise view

Type members

Classlikes

case object HTTP extends Scheme

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Scheme
class Object
trait Matchable
class Any
Self type
HTTP.type
case object HTTPS extends Scheme

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Scheme
class Object
trait Matchable
class Any
Self type
HTTPS.type
case object WS extends Scheme

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Scheme
class Object
trait Matchable
class Any
Self type
WS.type
case object WSS extends Scheme

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Scheme
class Object
trait Matchable
class Any
Self type
WSS.type

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 decode(scheme: String): Option[Scheme]

Decodes a string to an Option of Scheme. Returns None in case of null/non-valid Scheme

Decodes a string to an Option of Scheme. Returns None in case of null/non-valid Scheme

Attributes