Skip to main content

wasmCloud HTTP Client

This HTTP client implementation uses Rust's popular and high performance library reqwest. You can find the source code for this implementation on GitHub, but understanding the code is not a prerequisite for running this provider.

Running this Capability Provider

To launch this provider, head to the logic view, click Provider+ and input the following OCI reference URL in the launch provider dialog:

wasmcloud.azurecr.io/httpclient:0.6.0

Configuration

The HTTP client capability provider needs no configuration, so when linking an actor to this capability provider you do not need to provide any link values.

Operations

Open Beta

During the open beta and on free tier plans, client request size and throughout may be limited.

Actors using this provider will only be able to make requests of publicly accessible URLs, unless you make use of a super constellation to run this HTTP client on infrastructure that can securely access resources you don't want exposed on the internet.