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

Breadcrumb

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

function CurlFactoryInterface::create

Creates a cURL handle resource.

Parameters

RequestInterface $request Request:

array $options Transfer options:

Throws

\RuntimeException when an option cannot be applied

1 method overrides CurlFactoryInterface::create()
CurlFactory::create in vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
Creates a cURL handle resource.

File

vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php, line 17

Class

CurlFactoryInterface

Namespace

GuzzleHttp\Handler

Code

public function create(RequestInterface $request, array $options) : EasyHandle;

API Navigation

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