Skip to main content

Module server

Module server 

Source

Structs§

RestServer
Assembles and runs an Actix server with rust-zero’s standard production middleware.
RestServerConfig
Configuration for the standard rust-zero REST server stack.
ServerlessHandler
Prebuilt, socket-free instance of the standard REST middleware and routing stack.
ServerlessRequest
Socket-free HTTP request accepted by ServerlessHandler.
ServerlessResponse
Fully buffered response returned to a serverless platform adapter.

Enums§

RestServerConfigError