HTTPRequest.response() method
A matching HTTPResponse object, or null if the response has not been received yet.
Signature
class HTTPRequest {
abstract response(): HTTPResponse | null;
}
Returns:
HTTPResponse | null
A matching HTTPResponse object, or null if the response has not been received yet.
class HTTPRequest {
abstract response(): HTTPResponse | null;
}
Returns:
HTTPResponse | null