{"library":"simple-get","type":"library","category":null,"description":"simple-get is a minimalist HTTP client library for Node.js, providing the simplest way to make HTTP GET requests with essential features like HTTPS support, automatic redirect following, and gzip/deflate decompression. It focuses on being a lightweight wrapper (under 120 lines of code) around Node.js's native `http` and `https` modules, minimizing overhead. The current stable version is 4.0.1. It maintains a stable API, primarily using callback patterns, and is known for its reliability and efficiency in basic request scenarios. Key differentiators include its small footprint and stream-first approach, making it ideal for scenarios where a full-featured HTTP client is overkill, or when composing with other stream-based utilities.","language":"javascript","status":"active","version":"4.0.1","tags":["javascript","request","http","GET","get request","http.get","redirects","follow redirects","gzip"],"install":[{"cmd":"npm install simple-get","imports":["const get = require('simple-get')","const get = require('simple-get'); get.concat('http://example.com', cb)","const get = require('simple-get'); get.post(opts, cb)"]},{"cmd":"yarn add simple-get","imports":[]},{"cmd":"pnpm add simple-get","imports":[]}],"homepage":null,"github":"https://github.com/feross/simple-get","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/simple-get","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/simple-get/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Tue Jul 21","install_tag":null}}