needle

Nimble, streamable HTTP client for Node.js. With proxy, iconv, cookie, deflate & multipart support.

MIT License

Downloads
32.1M
Stars
1.6K
Committers
79

Bot releases are hidden (Show)

needle - v3.2.0 Latest Release

Published by tomas almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tomas/needle/compare/v3.1.0...v3.2.0

needle - v2.9.0

Published by tomas over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tomas/needle/compare/v2.7.0...v2.9.0

needle - v2.8.0

Published by tomas over 2 years ago

What's Changed

Full Changelog: https://github.com/tomas/needle/compare/v2.7.0...v2.8.0

needle - v2.7.0

Published by tomas over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tomas/needle/compare/v2.6.0...v2.7.0

needle - v2.6.0

Published by tomas over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tomas/needle/compare/v2.3.1...v2.6.0

needle - v2.5.0

Published by tomas over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tomas/needle/compare/v2.3.1...v2.5.0

needle - v2.4.0

Published by tomas over 2 years ago

needle - v2.3.0

Published by tomas over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tomas/needle/compare/v2.2.2...v2.3.0

needle - v2.2.0

Published by tomas over 2 years ago

What's Changed

Full Changelog: https://github.com/tomas/needle/compare/v2.1.2...v2.2.0

needle - v2.1.0

Published by tomas over 2 years ago

needle - v2.0.1

Published by tomas over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tomas/needle/compare/v1.5.2...v2.0.1

needle - v1.6.0

Published by tomas over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tomas/needle/compare/v1.5.2...v1.6.0

needle - v3.0.0

Published by tomas over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tomas/needle/compare/v2.7.0...v3.0.0

needle - v3.1.0

Published by tomas over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tomas/needle/compare/v3.0.0...v3.1.0

needle - v1.5.1

Published by tomas about 7 years ago

  • Ensure Accept header is respected when set, even if is true. For #205
  • Updated documentation, mainly event cycle.
needle - v1.5.0

Published by tomas about 7 years ago

Added stream_length option. If a stream is passed and its value is 0, detect the stream's length via stat and set it as 'Content-Length' header. If higher than 0, set is as the 'Content-Length' header directly.

needle - v1.4.6

Published by tomas about 7 years ago

  • Handle malformed cookies gracefully. Fixes #203
needle - v1.4.5

Published by tomas about 7 years ago

Version bump.

needle - v1.4.4

Published by tomas about 7 years ago

  • Enable Z_SYNC_FLUSH to avoid zlib errors on truncated responses. Fixes #202
needle - v1.4.3

Published by tomas about 7 years ago

  • Emit a 'response' event on response.
  • Fix resp.body buffer when output file is requested
  • Improved method for detecting whether to send JSON or not. Fix for #130.