Hey,
I have a curlpp request object that im setting up such as:
myRequest.setOpt(new curlpp::options::UserAgent("User-Agent=Mozilla/
5.0 (X11; U; Linux i686; ru; rv:1.9.2) Gecko/20100115 Firefox/3.6"));
myRequest.setOpt(new curlpp::options::WriteStream(&os));
myRequest.setOpt(new curlpp::options::Url(url));
After I perform the request, how can I get a custom header from the
response? I have a custom header such as RELAY-CHECK: MISS, and I have
no idea how I can get that, when I set verbose to true, even with the
writestream set it goes to STDOUT, but how can I grab that response
header?
--
You received this message because you are subscribed to the Google Groups "curlpp" group.
To post to this group, send email to
cur...@googlegroups.com.
To unsubscribe from this group, send email to
curlpp+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/curlpp?hl=en.