Expect

zio.http.Header.Expect
See theExpect companion object
sealed trait Expect extends Header

The Expect HTTP request header indicates expectations that need to be met by the server to handle the request successfully. There is only one defined expectation: 100-continue

Attributes

Companion
object
Graph
Supertypes
trait Header
class Object
trait Matchable
class Any
Known subtypes
object 100-continue.type

Members list

Type members

Types

override type Self = Expect

Value members

Concrete methods

override def headerType: Typed[Expect]

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