Got is a human-friendly and powerful HTTP request library for Node.js, currently at v15.0.2. It provides a modern Promise-based API for making HTTP requests, including features like retry mechanisms, hooks, and stream support. The library is actively maintained with frequent patch releases and major version updates that may introduce breaking changes, notably requiring Node.js 22+ and being ESM-only since v12 (reiterated in v15).
Verified import paths — ran on the pinned version, not inferred.
Got is native ESM. CommonJS `require()` is not supported.
Demonstrates making a POST request with a JSON payload and receiving a JSON response using Got's dedicated JSON mode.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.