Skip to main content

Crate palladium_http

Crate palladium_http 

Source

Structs§

HttpListener
A running HTTP server that routes all inbound requests to a handler actor via StableAddr<HttpRequest>.
HttpRequest
An inbound HTTP request translated into an actor message.
HttpResponse
The actor’s reply to an HttpRequest.
ListenerConfig
Configuration for an HttpListener.

Enums§

HttpError
Errors produced by HttpListener.