Skip to content

NetworkResponse

Defined in: namespaces.ts:789

Response from network.fetch().

status: number

Defined in: namespaces.ts:791

HTTP status code (e.g., 200, 404).


headers: Record<string, string>

Defined in: namespaces.ts:793

Response headers as key-value pairs.


body: string

Defined in: namespaces.ts:795

Response body as a UTF-8 string.