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
status
• Readonly
status: number
Defined in
statusText
• Readonly
statusText: string