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

# Class: RequestInit

A configuration object to apply to the `Request` being created.

## Table of contents

### Constructors

- [constructor](requestinit.md#constructor)

### Properties

- [body](requestinit.md#body)
- [headers](requestinit.md#headers)
- [method](requestinit.md#method)

## Constructors

### constructor

• **new RequestInit**()

## Properties

### body

• **body**: ``null`` \| `ArrayBuffer` = null

___

### headers

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

___

### method

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