https://github.com/pastelsky/curldiff
An interactive utility to compare differences between two curl requests in a human readable format
https://github.com/pastelsky/curldiff
cli curl diff webapp
Last synced: 10 months ago
JSON representation
An interactive utility to compare differences between two curl requests in a human readable format
- Host: GitHub
- URL: https://github.com/pastelsky/curldiff
- Owner: pastelsky
- License: mit
- Created: 2018-03-04T15:57:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T17:11:20.000Z (over 8 years ago)
- Last Synced: 2025-04-29T17:42:42.752Z (about 1 year ago)
- Topics: cli, curl, diff, webapp
- Language: JavaScript
- Homepage: https://pastelsky.github.io/curldiff
- Size: 2.76 MB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curldiff


Not sure why a network request seems to be working, while another seemingly similar request stubbornly refuses to?
Just `curldiff` them!
`curldiff` is an interactive utility to compare two curl requests, and tell you what exactly you're screwing up.
It can be used either on the web or as a command line utility (experimental).
## Web
https://pastelsky.github.io/curldiff

## Command line (Experimental)
### Installation
```bash
npm i -g curldiff
```
### Usage

## How do I generate a curl request?
The easiest way to generate a curl request is by selecting "Copy as CURL" in Chrome
for any network request generated by your app.

## Todo
- Add support for diffing response body and headers
- Better error Handling