Expand description
org.wasmcloud.interface.httpserver
Structs§
- Http
Request - HttpRequest contains data sent to actor about the http request
- Http
Response - HttpResponse contains the actor’s response to return to the http client
- Http
Server Sender - HttpServerSender sends messages to a HttpServer service HttpServer is the contract to be implemented by actor client for sending HttpServer messages
Constants§
Traits§
- Http
Server - HttpServer is the contract to be implemented by actor wasmbus.contractId: wasmcloud:httpserver wasmbus.actorReceive
Type Aliases§
- Header
Map - map data structure for holding http headers
- Header
Values