Represents an HTTP response, providing methods to read the body as text, JSON, ArrayBuffer, or raw GBytes.
Reads the response body as an ArrayBuffer.
Reads the response body as GLib.Bytes.
Reads the response body and parses it as JSON.
Reads the response body as a UTF-8 string.
Whether the status code is in the 2xx range.
HTTP status code.
HTTP status text (reason phrase).
The raw response input stream.
Response type (always 'basic').
'basic'
Represents an HTTP response, providing methods to read the body as text, JSON, ArrayBuffer, or raw GBytes.