0.0.3-alpha • Published 10 years ago

beg v0.0.3-alpha

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

beg

A fast and simple node HTTP request module

Usage

    var beg = require("beg");
    beg.get(options, parseJson, function (err, body){
      console.log(body);
    });

Where options is a standard options hash like the one of http.request

Additionnally, the option secure provide the ability to emit secure (HTTPS) requests

When setted to true the optional parseJson argument force beg to parse the JSON response

0.0.3-alpha

10 years ago

0.0.2-alpha

11 years ago

0.0.1-alpha

11 years ago

0.0.0-alpha

11 years ago