On this page

Interface: ResponseInit (handler)

ResponseInit (graphql-sse/handler): Server agnostic response options (ex. status and headers) returned from

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:106


status

Readonly status: number

Defined in

src/handler.ts:104


statusText

Readonly statusText: string

Defined in

src/handler.ts:105