0.1.0 • Published 10 years ago
httpclient v0.1.0
HTTPClient.js
JavaScript HTTP client library for browsers and Node.js
Setup
npm install httpclientvar HTTPClient = require('httpclient')or
<script src="node_modules/httpclient/bundle.js"></script>var HTTPClient = window.HTTPClientExample
See example.js