Crate wasmcloud_interface_httpserver

Source
Expand description

org.wasmcloud.interface.httpserver

Structs§

HttpRequest
HttpRequest contains data sent to actor about the http request
HttpResponse
HttpResponse contains the actor’s response to return to the http client
HttpServerSender
HttpServerSender sends messages to a HttpServer service HttpServer is the contract to be implemented by actor client for sending HttpServer messages

Constants§

SMITHY_VERSION

Traits§

HttpServer
HttpServer is the contract to be implemented by actor wasmbus.contractId: wasmcloud:httpserver wasmbus.actorReceive

Type Aliases§

HeaderMap
map data structure for holding http headers
HeaderValues