|
| __get ($name) |
|
| createResponse () |
| Attach a response to the easy handle based on the received headers.
|
|
|
Exception null | $createResponseException |
| Exception during createResponse (if any)
|
|
int | $errno = 0 |
| cURL error number (if any)
|
|
resource CurlHandle | $handle |
| cURL resource
|
|
array | $headers = [] |
| Received HTTP headers so far.
|
|
Throwable null | $onHeadersException |
| Exception during on_headers (if any)
|
|
array | $options = [] |
| Request options.
|
|
RequestInterface | $request |
| Request being sent.
|
|
ResponseInterface null | $response |
| Received response (if any)
|
|
StreamInterface | $sink |
| Where data is being written.
|
|
◆ __get()
GuzzleHttp\Handler\EasyHandle::__get |
( |
| $name | ) |
|
- Parameters
-
- Return values
-
- Exceptions
-
◆ createResponse()
GuzzleHttp\Handler\EasyHandle::createResponse |
( |
| ) |
|
Attach a response to the easy handle based on the received headers.
- Exceptions
-
RuntimeException | if no headers have been received or the first header line is invalid. |
The documentation for this class was generated from the following file:
- lib/guzzlehttp/guzzle/src/Handler/EasyHandle.php