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

Concise view

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

Attributes

Inherited from:
Header

Attributes

Inherited from:
Header

Abstract fields

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header