Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.08 KB

CustomFetchOptions.md

File metadata and controls

49 lines (26 loc) · 1.08 KB

Interface: CustomFetchOptions

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


Properties

body

body: FetchBody

The request body content to send to the server


headers

headers: Record<string, string>

HTTP Headers


method

method: string

The request method


redirect

redirect: "manual"

See Request.redirect


signal?

optional signal: AbortSignal

An AbortSignal configured as per the ConfigurationProperties.timeout value