HTTP requests in JavaScript
Golem implements the WASI HTTP (opens in a new tab) interfaces so any library built on this specification can be used from Golem components to communicate with external services.
HTTP request can also be made with the JavaScript standard builtin fetch
function.