Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RequestProxy.php

function RequestProxy::isExcludedByNoProxy

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.

File

vendor/composer/composer/src/Composer/Util/Http/RequestProxy.php, line 136

Class

RequestProxy
@internal @author John Stevenson <john-stevenson@blueyonder.co.uk>

Namespace

Composer\Util\Http

Code

public function isExcludedByNoProxy() : bool {
    return $this->status !== null && $this->url === null;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal