0.7.0 • Published 9 years ago

http-request v0.7.0

Weekly downloads
322
License
-
Repository
github
Last release
9 years ago

http-request build statusNPM version

General purpose HTTP / HTTPS client for node.js. Supports transparent gzip / deflate decoding. Successor of http-get.

Installation

npm install http-request

Reference

System Requirements

Contributors

  • cmtt - options.timeout, fixed the broken handling of buffered response when retrying the request with options.nocompress
  • elarcent - HTTP Basic auth fix
  • Gil Pedersen - Fixed the stream handling
  • Stefan Klug - Added support for custom Agent