0.1.0 • Published 8 years ago

httpclient v0.1.0

Weekly downloads
562
License
MIT
Repository
-
Last release
8 years ago

HTTPClient.js

JavaScript HTTP client library for browsers and Node.js

Build Status

Dependency Status devDependency Status

Setup

npm install httpclient

var HTTPClient = require('httpclient')

or

<script src="node_modules/httpclient/bundle.js"></script>
var HTTPClient = window.HTTPClient

Example

See example.js