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

Breadcrumb

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

function RequestProxy::__construct

Parameters

?non-empty-string $url The proxy url, without authorization:

?non-empty-string $auth Authorization for curl:

?contextOptions $contextOptions:

?non-empty-string $status:

File

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

Class

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

Namespace

Composer\Util\Http

Code

public function __construct(?string $url, ?string $auth, ?array $contextOptions, ?string $status) {
    $this->url = $url;
    $this->auth = $auth;
    $this->contextOptions = $contextOptions;
    $this->status = $status;
}

API Navigation

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