Skip to content

@ralphschuler.ai function caller.index.<internal>.RequestInit

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: RequestInit

index.<internal>.RequestInit

Table of contents

Properties

Properties

agent

Optional agent: boolean | Agent | (parsedUrl: URL) => undefined | boolean | Agent

Defined in

node_modules/@types/node-fetch/index.d.ts:39


body

Optional body: BodyInit

Defined in

node_modules/@types/node-fetch/index.d.ts:32


compress

Optional compress: boolean

Defined in

node_modules/@types/node-fetch/index.d.ts:40


follow

Optional follow: number

Defined in

node_modules/@types/node-fetch/index.d.ts:41


headers

Optional headers: HeadersInit

Defined in

node_modules/@types/node-fetch/index.d.ts:33


method

Optional method: string

Defined in

node_modules/@types/node-fetch/index.d.ts:34


redirect

Optional redirect: RequestRedirect

Defined in

node_modules/@types/node-fetch/index.d.ts:35


signal

Optional signal: null | AbortSignal

Defined in

node_modules/@types/node-fetch/index.d.ts:36


size

Optional size: number

Defined in

node_modules/@types/node-fetch/index.d.ts:42


timeout

Optional timeout: number

Defined in

node_modules/@types/node-fetch/index.d.ts:43

Typescript Libraries

Modules

Namespaces

Clone this wiki locally