Low-level HTTP/HTTPS POST using Node.js built-in http/https modules. Used as fallback when globalThis.fetch is unavailable or blocked. Automatically selects http.request or https.request based on the URL protocol.
http
https
globalThis.fetch
http.request
https.request
Low-level HTTP/HTTPS POST using Node.js built-in
http/httpsmodules. Used as fallback whenglobalThis.fetchis unavailable or blocked. Automatically selectshttp.requestorhttps.requestbased on the URL protocol.