Skip to content

NetworkFetchOptions

Defined in: namespaces.ts:776

Options for network.fetch().

optional method?: string

Defined in: namespaces.ts:778

HTTP method (default: “GET”).


optional headers?: Record<string, string>

Defined in: namespaces.ts:780

Request headers as key-value pairs.


optional body?: string

Defined in: namespaces.ts:782

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