Connection

zio.http.Header.Connection
See theConnection companion object
sealed trait Connection extends Header

Connection header value.

Attributes

Companion
object
Graph
Supertypes
trait Header
class Object
trait Matchable
class Any
Known subtypes
object Close.type
object KeepAlive.type

Members list

Type members

Types

override type Self = Connection

Value members

Concrete methods

override def headerType: Typed[Connection]

Attributes

Definition Classes
override def self: Self

Attributes

Definition Classes

Inherited methods

def headerName: String

Attributes

Inherited from:
Header
def renderedValue: String

Attributes

Inherited from:
Header

Abstract fields

val value: String

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header