I am getting into HTTP protocol specifics and I would like to see/understand the calls my browser makes as it is being used. I use Firebug (with Firefox) to look at/debug AJAX interactions, etc, but don't see the full HTTP conversation.
Is there something similar for viewing HTTP commands issued by a browser?
I use Tamper Data, a Firefox add-on, to see HTTP requests and responses, and to manipulate them.