Skip to content

rrgayhart/curl-breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Command-line Tool for Understanding CURL Commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published