Skip to content

NetworkResponse

Defined in: namespaces.ts:788

Response from network.fetch().

status: number

Defined in: namespaces.ts:790

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


headers: Record<string, string>

Defined in: namespaces.ts:792

Response headers as key-value pairs.


body: string

Defined in: namespaces.ts:794

Response body as a UTF-8 string.