Method |
Description |
|
applyBody ( Psr\Http\Message\RequestInterface $request, array $options, array &$conf ) |
|
|
applyHandlerOptions ( GuzzleHttp\Handler\EasyHandle $easy, array &$conf ) |
|
|
applyHeaders ( GuzzleHttp\Handler\EasyHandle $easy, array &$conf ) |
|
|
applyMethod ( GuzzleHttp\Handler\EasyHandle $easy, array &$conf ) |
|
|
createHeaderFn ( GuzzleHttp\Handler\EasyHandle $easy ) |
|
|
createRejection ( GuzzleHttp\Handler\EasyHandle $easy, array $ctx ) |
|
|
finishError ( callable $handler, GuzzleHttp\Handler\EasyHandle $easy, GuzzleHttp\Handler\CurlFactoryInterface $factory ) |
|
|
getDefaultConf ( GuzzleHttp\Handler\EasyHandle $easy ) |
|
|
invokeStats ( GuzzleHttp\Handler\EasyHandle $easy ) |
|
|
removeHeader ( string $name, array &$options ) |
Remove a header from the options array. |
|
retryFailedRewind ( callable $handler, GuzzleHttp\Handler\EasyHandle $easy, array $ctx ) |
This function ensures that a response was set on a transaction. If one
was not set, then the request is retried if possible. This error
typically means you are sending a payload, curl encountered a
"Connection died, retrying a fresh connect" error, tried to rewind the
stream, and then encountered a "necessary data rewind wasn't possible"
error, causing the request to be sent through curl_multi_info_read()
without an error status. |
|