[@fastly/as-fetch](../README.md) / ResponseInit

# Class: ResponseInit

A configuration object to apply to the HTTP response being created.

## Table of contents

### Constructors

- [constructor](responseinit.md#constructor)

### Properties

- [headers](responseinit.md#headers)
- [status](responseinit.md#status)
- [url](responseinit.md#url)

## Constructors

### constructor

• **new ResponseInit**()

## Properties

### headers

• **headers**: ``null`` \| [Headers](headers.md) = null

___

### status

• **status**: `number` = 200

___

### url

• **url**: ``null`` \| `string` = null
