diff --git a/src/Request.php b/src/Request.php index de84c21..64f6526 100644 --- a/src/Request.php +++ b/src/Request.php @@ -36,6 +36,13 @@ class Request 'options' => false, ); + /** + * cURL wrapper instance + * + * @var cURL + */ + private $curl; + /** * The HTTP method to use. Defaults to GET. *