Using curl functions just adds an extra dependency on our stack, and the same result can be archived using CakePHP's `HttpSocket`. Using `HttpSocket` also have its benefits, like setting up a proxy connection or going through authentication.
Using curl functions just adds an extra dependency on our stack, and the same result can be archived using CakePHP's
HttpSocket.Using
HttpSocketalso have its benefits, like setting up a proxy connection or going through authentication.