getHandle()
getHandle() : resource
Getter for the internal curl handle resource.
Returns
resource —the curl handle
Interface RequestInterface Interface to define class to represent a request, aka a curl instance.
setOption(integer $option, mixed $value) : $this
Alias of the curl_setopt function.
| integer | $option | Option defined in http://php.net/manual/function.curl-setopt.php  | 
                            
| mixed | $value | 
if the option does not exist or if it is invalid
setOptionArray(array  $options) : $this
                Alias of the curl_setopt_array function.
| array | $options | defined in http://php.net/manual/function.curl-setopt-array.php  |