7 calls to Client::createRequest()
- Client::delete in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
- Create a DELETE request for the client
- Client::get in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
- Create a GET request for the client
- Client::head in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
- Create a HEAD request for the client
- Client::options in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
- Create an OPTIONS request for the client
- Client::patch in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
- Create a PATCH request for the client
- Client::post in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
- Create a POST request for the client
- Client::put in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
- Create a PUT request for the client