mpyw\Co\CURLException::getHandle PHP Method

getHandle() public method

Get cURL handle.
public getHandle ( ) : resource
return resource $handle
    public function getHandle()
    {
        return $this->handle;
    }