curl
curl copied to clipboard
Verbose mode is not working
Verbose mode is not working because of $this->setOpt(CURLINFO_HEADER_OUT, true); in init function. even if you will try to set to false verbose will not work. you must not set it at all if you need verbose output.