6 ms·
This looks neat, but isn't it already implemented natively in Chrome? You can go into the Network tab in the Chrome Dev Tools and right click a request in the "
by tuchsen 3y ago
This looks neat, but isn't it already implemented natively in Chrome? You can go into the Network tab in the Chrome Dev Tools and right click a request in the "Name" list, go to "copy", then "Copy as cURL". It'd probably be easier to use CnTUI if you wanted to bulk resend requests that Chrome's making though.
- fipso 3y agoYes exactly this tool is just a TUI client of the Network Tab. It's made for Web devs that do right click copy as curl very often.