Crate wasmcloud_example_httpserver[][src]

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

Headers is a list of http headers