Structs§
- Http
Listener - A running HTTP server that routes all inbound requests to a handler actor
via
StableAddr<HttpRequest>. - Http
Request - An inbound HTTP request translated into an actor message.
- Http
Response - The actor’s reply to an
HttpRequest. - Listener
Config - Configuration for an
HttpListener.
Enums§
- Http
Error - Errors produced by
HttpListener.