I've got a curlpp::Easy object with all the necessary options to post some XML to a HTTPS url. When I enable the verbose option I can see the response go to STDOUT, so I know it is working.
But...how do I get access to that response programmatically? The curlpp::Easy object doesn't seem to provide the response, so I'm thinking I'm missing something really simple. I would have thought curlpp::Easy::perform() would return an object, but it returns void. Anyone? Stéphane Charette -- You received this message because you are subscribed to the Google Groups "curlpp" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/curlpp?hl=en.
