Custom

zio.http.Scheme.Custom
sealed abstract case class Custom 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

def defaultPort: Option[Int]

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
def isHttp: Boolean

Attributes

Inherited from:
Scheme
def isSecure: Option[Boolean]

Attributes

Inherited from:
Scheme
def isWebSocket: Boolean

Attributes

Inherited from:
Scheme
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product