curl-breaker

0.0.5 • Public • Published

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 -g

What 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)

example


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.

example

/curl-breaker/

    Package Sidebar

    Install

    npm i curl-breaker

    Weekly Downloads

    1

    Version

    0.0.5

    License

    MIT

    Last publish

    Collaborators

    • rrgayhart