1.8.3 • Published 2 years ago

xcurl v1.8.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

xcurl

A curl clone in Node.

Installation

Install globally using npm install -g xcurl or invoke using npx as shown below.

Usage

npx xcurl --help

Usage: xcurl [options...] <url>
 -d, --data <data>        HTTP POST data
     --data-ascii <data>  HTTP POST ASCII data
     --data-binary <data> HTTP POST binary data
     --data-raw <data>    HTTP POST data, '@' allowed
 -H, --header <header/@file>  Pass custom header(s) to server
 -h, --help               Get help for commands
 -i, --include            Include protocol response headers in the output
 -o, --output <file>      Write to file instead of stdout
 -X, --request <command>  Specify request command to use
 -s, --silent             Silent mode
     --url <url>          URL to work with
 -v, --verbose            Make the operation more talkative
 -V, --version            Show version number and quit
1.8.2

2 years ago

1.8.1

2 years ago

1.8.0

2 years ago

1.8.3

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago