Hacker News new | ask | show | jobs
by robertlagrant 638 days ago
I think the nice thing about HTTP for this is different parts of the stack can introduce default headers etc and it's helpful to be able to see the actual request after all that processing's been done.
1 comments

With curl there's always CURLOPT_VERBOSE as per the library.