NetworkFetchOptions
Defined in: namespaces.ts:776
Options for network.fetch().
Properties
Section titled “Properties”method?
Section titled “method?”
optionalmethod?:string
Defined in: namespaces.ts:778
HTTP method (default: “GET”).
headers?
Section titled “headers?”
optionalheaders?:Record<string,string>
Defined in: namespaces.ts:780
Request headers as key-value pairs.
optionalbody?:string
Defined in: namespaces.ts:782
Request body string (for POST, PUT, PATCH).