Returns true if the request url has been excluded by a no_proxy value
A false value can also mean that the user has not set a proxy.
public function isExcludedByNoProxy() : bool { return $this->status !== null && $this->url === null; }