The Http module is a thin, isomorphic wrapper around the platform's native fetch API. It unifies responses and errors so that consumers can deal with a single, consistent interface across browsers, Node.js (>=18), Deno, Bun and edge runtimes.
fetch
The Http module is a thin, isomorphic wrapper around the platform's native
fetchAPI. It unifies responses and errors so that consumers can deal with a single, consistent interface across browsers, Node.js (>=18), Deno, Bun and edge runtimes.