{"library":"scoped-http-client","type":"library","category":null,"description":"Scoped HTTP Client provides a fluent, chainable API wrapper around Node.js's native `http` client, simplifying common HTTP request patterns. Instead of handling numerous optional arguments directly on `http.request`, it allows developers to build requests by chaining methods like `.header()`, `.path()`, `.query()`, and `.get()`/`.post()`. A key feature is its 'scoping' mechanism, enabling temporary modifications to client parameters for specific requests without altering the base client instance. The package's current stable version is 0.11.0, last published in 2015. Given its age and an `engines` declaration targeting `node >= 0.8.0`, it is no longer actively maintained and is likely incompatible with modern Node.js environments. Its approach to request building has largely been superseded by contemporary HTTP clients like Axios, Got, or the native Fetch API, which offer more robust features, Promises/async-await support, and active maintenance.","language":"javascript","status":"abandoned","version":"0.11.0","tags":["javascript"],"install":[{"cmd":"npm install scoped-http-client","imports":["const scopedClient = require('scoped-http-client');","const client = scopedClient.create('https://api.example.com');","client.header('Accept', 'application/json').get()(callback);"]},{"cmd":"yarn add scoped-http-client","imports":[]},{"cmd":"pnpm add scoped-http-client","imports":[]}],"homepage":null,"github":"https://github.com/technoweenie/node-scoped-http-client","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/scoped-http-client","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/scoped-http-client/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Mon Jul 20","install_tag":null}}