JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1269
  • Score
    100M100P100Q99977F
  • 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.

Usage

npx xcurl --help

Usage: xcurl [options...] <url>
 -d, --data <data>    HTTP POST data
 -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
 -v, --verbose        Make the operation more talkative
 -V, --version        Show version number and quit