We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6f8f0 commit 03d3579Copy full SHA for 03d3579
README.md
@@ -22,7 +22,9 @@ This library is inspired by the HTTP interface in Spring 6 and provides a simila
22
23
## Requirements
24
25
-- Node.js 18 or later (because this library uses `fetch` internally)
+- Node.js
26
+ - 18 or later if `HttpClient` is not specified (default: `fetch`)
27
+ - if custom `HttpClient` is provided, you can use lower version of Node.js
28
- Nest.js 8 or later
29
30
## Installation
0 commit comments