0.0.5 • Published 10 years ago

curl-breaker v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago