{"library":"http-service","type":"library","category":null,"description":"A simple Node.js module wrapping Node's native http/https module, targeting JSON data exchange between servers. Version 1.1.3 provides GET, POST, PUT, DELETE requests with both callback and Promise support. It allows base URL initialization and can be subclassed for custom service APIs. Limited documentation and low maintenance activity; no significant updates since 2018. Suitable for simple JSON-based server-to-server communication but lacks advanced features like interceptors, retries, or streaming support found in Axios or Got.","language":"javascript","status":"maintenance","version":"1.1.3","tags":["javascript","http","http-service"],"last_verified":"Fri May 01","install":[{"cmd":"npm install http-service","imports":["const HttpService = require('http-service');","const service = new HttpService('https://example.com');","service.get('/path', {query: 1}, callback);"]},{"cmd":"yarn add http-service","imports":[]},{"cmd":"pnpm add http-service","imports":[]}],"homepage":null,"github":"https://github.com/FDIM/http-service","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/http-service","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}