Skip to content

Buffered output

Compare
Choose a tag to compare
@g105b g105b released this 08 Aug 15:40
· 81 commits to master since this release
18d6d88

This release has a backwards-incompatible change of buffering the output when CURLOPT_RETURNTRANSFER is not set.

All curl output is buffered, rather than echoed to STDOUT. The buffer can be read using either the output or outputJson functions, allowing for much easier JSON webservice consumption.