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