Interface ResponseInit

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