Welcome Guest, Not a member yet? Register   Sign In
curlrequest not updating the headers
#4

Personally I would create it without the service, I think it's cleaner.

Code:
$options = []; // optional.

$client = new \CodeIgniter\HTTP\CURLRequest(
        new \Config\App(),
        new \CodeIgniter\HTTP\URI(),
        new \CodeIgniter\HTTP\Response(new \Config\App()),
        $options
);
Reply


Messages In This Thread
RE: curlrequest not updating the headers - by jreklund - 06-20-2021, 03:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB