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