Class InformationalResponseStep

A non-terminal step that sends an HTTP 1xx informational response (e.g. 103 Early Hints) before any subsequent step. Multiple informational responses may be sent before a final response.

Status must be in 100-199, excluding 101.

Hierarchy (view full)

Implements

Constructors

Properties

Methods

Constructors

Properties

headers?: Headers | RawHeaders
status: number
type: "informational-response" = 'informational-response'
isFinal = false

Methods