by-request

Simple Node http client for use with promises, async/await.

MIT License

Downloads
446
Stars
1
Committers
1
by-request - v1.3.1 Latest Release

Published by kshetline almost 3 years ago

Security update for follow-redirects.

by-request - v1.3.0

Published by kshetline almost 3 years ago

  • Added POST request handling.
  • Added optional file caching.
  • Improved handling of possibly-noncompliant gzip data streams that cause zlib to fail.
by-request - v1.2.7

Published by kshetline over 3 years ago

Security dependency updates.

by-request - v1.2.6

Published by kshetline over 3 years ago

Update dependencies.

by-request - v1.2.5

Published by kshetline over 3 years ago

Restored ability to handle streams marked as gzip or deflate by ContentType rather than by ContentEncoding.

by-request - v1.2.4

Published by kshetline over 3 years ago

Update dependencies.

by-request - v1.2.3

Published by kshetline over 3 years ago

  • Fix handling of timeouts with new HTTP timeout error.
  • Update dependencies.
by-request - v1.1.4

Published by kshetline almost 5 years ago

Make sure resource without any Content-Type header are treated as UTF-8 text when retrieved using requestText.

by-request - v1.1.2

Published by kshetline over 5 years ago

Added auto-detection of UTF-7 via BOM.

My merge request to add UTF-32 support to iconv-lite has been approved, so now this project has gone back to using the official release of iconv-lite.

by-request - v1.1.0

Published by kshetline over 5 years ago

Added support for UTF-32.

by-request - v1.0.2

Published by kshetline over 5 years ago

First public release, but with small documentation update.