curl

0.1.4 • Public • Published

CURL -- Simple client url library, with high level request functions

Install

  npm install curl

Or from source:

  git clone git://github.com/ianjorgensen/curl.git 
  cd curl
  npm link .

Functions

curl.get

curl.get(url, options, function(err, response, body) {});

curl.post

curl.post(url, body, options, function(err, response, body) {});

curl.getJSON

curl.getJSON(url, options, function(err, response, data){});

curl.postJSON

curl.postJSON(url, data, options, function(err, response, data){});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.4
    11,679
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.4
    11,679
  • 0.1.3
    5
  • 0.1.2
    5
  • 0.1.1
    2
  • 0.1.0
    2

Package Sidebar

Install

npm i curl

Weekly Downloads

11,693

Version

0.1.4

License

none

Last publish

Collaborators

  • eljefederodeodeljefe