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){});

Readme

Keywords

none

Package Sidebar

Install

npm i curl

Weekly Downloads

11,077

Version

0.1.4

License

none

Last publish

Collaborators

  • eljefederodeodeljefe