Custom

zio.http.Scheme$.Custom
final case class Custom(scheme: String) extends Scheme

Value parameters

scheme

value MUST not be "http" "https" "ws" "wss"

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Scheme
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

default ports is only define for the Schemes: http, https, ws, wss

default ports is only define for the Schemes: http, https, ws, wss

Attributes

Inherited from:
Scheme
def encode: String

Attributes

Inherited from:
Scheme

Attributes

Inherited from:
Scheme

Attributes

Inherited from:
Scheme

Attributes

Inherited from:
Scheme

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product