{"library":"centra","type":"library","category":null,"description":"Centra is a lightweight, promise-based HTTP client specifically designed for Node.js environments. It emphasizes a minimal API surface while providing core functionalities like JSON/form body sending, query parameters, custom headers, timeouts, and response streaming. Currently at version 2.7.0, Centra focuses on developer control and efficiency, offering a lean alternative to more feature-rich clients like Axios or Node-fetch. Its primary differentiator is its small footprint and direct interaction with Node's built-in `http` and `https` modules, making it suitable for performance-critical applications or environments where bundle size is a concern. While it provides a fluent API for common tasks, it also allows direct modification of Node's core HTTP request options for advanced use cases. Release cadence appears to be on-demand rather than fixed, with updates driven by feature needs and bug fixes.","language":"javascript","status":"active","version":"2.7.0","tags":["javascript","http","https","request","fetch","url","lightweight"],"last_verified":"Wed May 27","install":[{"cmd":"npm install centra","imports":["const centra = require('centra')","const centra = require('centra'); /* ... */ const res = await centra('...').send(); // res is a CentraResponse","centra(url, 'POST').body({ key: 'value' }, 'json').send()"]},{"cmd":"yarn add centra","imports":[]},{"cmd":"pnpm add centra","imports":[]}],"homepage":null,"github":"https://github.com/ethanent/centra","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/centra","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/centra/compatibility"}}