Helper class to construct a HTTP client with Drupal specific config.
Hierarchy
- class \Drupal\Core\Http\ClientFactory
 
File
- core/lib/Drupal/Core/Http/ClientFactory.php, line 13
 
Namespace
Drupal\Core\Http
Members
| Name | Modifiers | Type | Description | 
|---|---|---|---|
| ClientFactory::$stack | protected | property | The handler stack. | 
| ClientFactory::fromOptions | public | function | Constructs a new client object from some configuration. | 
| ClientFactory::__construct | public | function | Constructs a new ClientFactory instance. | 
Please login to continue.