Skip to content
RequestInit

Gameplay / RequestInit

RequestInit Interface

Object of HTTP request information

Table of contents

Properties

body: string
HTTP Request Body
headers: Object
HTTP request header
method: "GET" "POST" "PUT"
HTTP request type

Properties

body

Optional body: string

HTTP Request Body


headers

Optional headers: Object

HTTP request header

Index signature

▪ [key: string]: string


method

Optional method: "GET" "POST" "PUT"

HTTP request type