How to set CURL options when using Kohana Request
问题 Trying to use the Request class to get an external resources, but can't figure out how to set more default curl options. I get the data like this: $data = Request::factory($url)->execute()->body(); I figured adding CURL options was a simple matter of making a copy of system/config/curl.php into my application config folder and then setting the options there (I assume they will be merged?). But those options don't seem to be used at all? Tried to do a var_dump in Kohana_Request_Client_Curl