Scheme

zio.http.Scheme
See theScheme companion object
sealed trait Scheme

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Custom
object HTTP.type
object HTTPS.type
object WS.type
object WSS.type
Self type

Members list

Value members

Concrete 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

def encode: String
def isHttp: Boolean
def isSecure: Option[Boolean]
def isWebSocket: Boolean