simple-get. Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines

github.com/feross/simple-get

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2023
  • add github actions
March 2022
  • Merge pull request #77 from feross/gh-actions
February 2022
  • Add more test cases for basic auth
  • Add hostname + url test case
  • Add test case for redirect without "url" option
  • Use files metadata to avoid shipping extra files
  • Use npmrc file to ignore package lock
  • Add GitHub Actions CI
  • Add engines metadata
January 2022
  • package metadata
  • 4.0.1
  • Merge pull request #73 from ranjit-git/master
  • code style
  • Bug fix: Thirdparty cookie leak
  • Bug fix: thirdparty site cookie leak
November 2020
  • readme: document basic auth usage
October 2020
  • standard
May 2020
  • package metadata
  • 4.0.0
  • Merge pull request #60 from feross/greenkeeper/decompress-response-6.0.0