curl-breaker
v0.0.5
Published
Break Down a Simple Curl Command
Readme
Curl-Breaker
A lightweight cli tool to display headers, cookies and data being used in a CURL request.
How to Install
Via npm:
npm install curl-breaker -gWhat does curl do?
Use the command curl-breaker and paste a curl command after it in the
terminal.
You'll see the breakdown of:
- Headers being used
- Cookies being passed
- Data being passed (if present)

Curious about what your browser is doing with CURL commands?
In a chrome browser, go to the network tab and copy as CURL a call.

