Expand description
actor interface for ‘wasmcloud:httpclient’ capability
Structs§
- Http
Client Sender - HttpClientSender sends messages to a HttpClient service HttpClient - issue outgoing http requests via an external provider To use this capability, the actor must be linked with “wasmcloud:httpclient” client for sending HttpClient messages
- Http
Request - http request to be sent through the provider
- Http
Response - response from the http request
Constants§
Traits§
- Http
Client - HttpClient - issue outgoing http requests via an external provider To use this capability, the actor must be linked with “wasmcloud:httpclient” wasmbus.contractId: wasmcloud:httpclient wasmbus.providerReceive
Type Aliases§
- Header
Map - map data structure for holding http headers
- Header
Values