Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Latest commit

 

History

History

httpclient

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HTTP Client Capability Provider

This capability provider implements the wasmcloud:httpclient capability contract, and enables an actor to make outgoing HTTP(s) requests. It is implemented in Rust using the reqwest library.

This capability provider is multi-threaded and can handle concurrent requests from multiple actors.

Build with make. Test with make test.

Link Definition Values

This capability provider does not have any link definition configuration values.