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