You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to capture the header data from a response.
In the curl documentation I think it should be possible by using HEADERDATA and I found an example here:
Hello,
I would like to capture the header data from a response.
In the curl documentation I think it should be possible by using HEADERDATA and I found an example here:
https://gist.github.com/whoshuu/2dc858b8730079602044
However, with curlpp I was not sure how to apply this.
I tried:
but not sure how to define f, and if there would be a similar way to write to stream like the normal response body:
The text was updated successfully, but these errors were encountered: