Vinelab / http

A smart, simple and fault-tolerant HTTP client for sending and receiving JSON and XML
58 stars 30 forks source link

Don't echo out the return value of curl_exec(). #22

Closed rymanalu closed 7 years ago

rymanalu commented 7 years ago

Just added a new cURL option to return the transfer as a string of the return value of curl_exec() instead of outputting it out directly.