Skip to content

NetworkFetchOptions

Defined in: namespaces.ts:777

Options for network.fetch().

optional method?: string

Defined in: namespaces.ts:779

HTTP method (default: “GET”).


optional headers?: Record<string, string>

Defined in: namespaces.ts:781

Request headers as key-value pairs.


optional body?: string

Defined in: namespaces.ts:783

Request body string (for POST, PUT, PATCH).