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

Breadcrumb

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

function RequestProxy::noProxy

1 call to RequestProxy::noProxy()
ProxyManager::getProxyForRequest in vendor/composer/composer/src/Composer/Util/Http/ProxyManager.php
Returns a RequestProxy instance for the request url

File

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

Class

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

Namespace

Composer\Util\Http

Code

public static function noProxy() : RequestProxy {
    return new self(null, null, null, 'excluded by no_proxy');
}

API Navigation

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