开发者

Live HTTP for CURL

开发者 https://www.devze.com 2023-01-04 00:16 出处:网络
I have series of curl commands that I want to translate into straight up HTTP requests. I woul开发者_运维百科d like to use some live http utility that would record http requests made while I make the

I have series of curl commands that I want to translate into straight up HTTP requests.

I woul开发者_运维百科d like to use some live http utility that would record http requests made while I make the curl commands. And from this, I will translate the curl commands to their corresponding http requests.

Any recommendations?


Use wireshark - it is a great network analyzer and you can do so much more than just HTTP.

cURL also has some logging / debug functionality which may help. See CURLOPT_VERBOSE.

0

精彩评论

暂无评论...
验证码 换一张
取 消