Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 721 Bytes

handler.ResponseInit.md

File metadata and controls

34 lines (19 loc) · 721 Bytes

graphql-http / handler / ResponseInit

Interface: ResponseInit

handler.ResponseInit

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

Table of contents

Properties

Properties

headers

Optional Readonly headers: ResponseHeaders


status

Readonly status: number


statusText

Readonly statusText: string