JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35
  • Score
    100M100P100Q68836F
  • License ISC

A curl clone in Node

Package Exports

  • xcurl
  • xcurl/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (xcurl) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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