Interface ResponseInit

Interface for the initialization options for a Response.

Hierarchy

  • ResponseInit

Properties

headers?: HeadersInit

Headers for the response.

status?: number

HTTP status code for the response.

statusText?: string

Status text for the response.

Generated using TypeDoc