Documentation
Interfaces
handler.ResponseInit

Interface: ResponseInit

handler.ResponseInit

Server agnostic response options (ex. status and headers) returned from graphql-sse needing to be coerced to the server implementation in use.

Properties

headers

Optional Readonly headers: ResponseHeaders

Defined in

src/handler.ts:105 (opens in a new tab)


status

Readonly status: number

Defined in

src/handler.ts:103 (opens in a new tab)


statusText

Readonly statusText: string

Defined in

src/handler.ts:104 (opens in a new tab)