Welcome to the new Golem Cloud Docs! 👋
Documentation
C/C++ Language Guide
HTTP client

HTTP requests in C/C++

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.

The only way to make HTTP requests from a C/C++ code currently is to use these WASI HTTP interfaces directly.