Protocol

scamper.http.types.Protocol
See theProtocol companion object
trait Protocol

Standardized type for Upgrade header value.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def name: String

Gets protocol name.

Gets protocol name.

Attributes

def version: Option[String]

Gets protocol version.

Gets protocol version.

Attributes

Concrete fields

lazy override val toString: String

Returns formatted protocol.

Returns formatted protocol.

Attributes