Example 22 shows how to use streams.
mostly:
Easy request;
request.SetOpt(Option::Url("
curlpp.org"));
std::cout << request << endl;
will call perform on the request and stream it to std::cout.
The previous lines are a shorcut of example20.
I remember that I made some doc somewhere which was talking about
this, but it seems I can't find it...
On Feb 15, 2:56 pm, Stéphane Charette