Crate wasmcloud_interface_httpclient

Source
Expand description

actor interface for ‘wasmcloud:httpclient’ capability

Structs§

HttpClientSender
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
HttpRequest
http request to be sent through the provider
HttpResponse
response from the http request

Constants§

SMITHY_VERSION

Traits§

HttpClient
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§

HeaderMap
map data structure for holding http headers
HeaderValues