Readonly
Private
Returns the cookies from the response as an object with key-value pairs.
An object containing cookies as key-value pairs.
Returns the body of the response as a JSON object.
A promise that resolves with the body of the response as a JSON object.
T - The type of the JSON object.
Returns the body of the response as a string.
A promise that resolves with the body of the response as a string.
Returns the cookies from the response as an object with key-value pairs.