Skip to content
JavaScript HTTP client library for browsers and Node.js
JavaScript HTML
Find file
Latest commit 14917b6 @sonnyp bump dependencies
Failed to load latest commit information.
example use concat for tests
lib update
test use concat for tests
.eslintignore fixes
.eslintrc fixes
.gitignore update
.npmignore update
.travis.yml revert
Gruntfile.js update
LICENSE update
README.md badges
bower.json update
package.json bump dependencies

README.md

HTTPClient.js

JavaScript HTTP client library for browsers and Node.js

Build Status

Dependency Status devDependency Status

Browser

bower install httpclient
<script src="bower_components/httpclient/httpclient.min.js"></script>

Node.js

npm install httpclient
var HTTPClient = require('HTTPClient');

Example

See example.js

Something went wrong with that request. Please try again.