Crate wasmcloud_interface_httpserver[][src]

Expand description

org.wasmcloud.interace.httpserver

Structs

HttpRequest contains data sent to actor about the http request

HttpResponse contains the actor’s response to return to the http client

HttpServerSender sends messages to a HttpServer service HttpServer is the contract to be implemented by actor

Constants

Traits

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

HttpServerReceiver receives messages defined in the HttpServer service trait HttpServer is the contract to be implemented by actor

Type Definitions

map data structure for holding http headers