Standard curl supports command line option --trace-asci and --trace. Anyone any clues on how to set this option for a Curl::Easy object?
A:
It appears that Curb has a verbose=
method which accepts a boolean. Not sure if that duplicates the functionality that you are looking for, but it may be a good start.
Here is a link to the documentation: http://curb.rubyforge.org/classes/Curl/Easy.html#M000093
Brian
2010-07-20 13:24:04
A:
It is a good start, but not more than. Setting the verbose option to true does deliver some useful noise but not quite as much debris as i hoped for.
Sjors Branderhorst
2010-07-20 14:15:20