Skip to main content

Module server

Module server 

Source
Expand description

Server module for running serverless functions as HTTP services.

Re-exports§

pub use FunctionServer as Server;

Structs§

FunctionServer
Unified server for hosting serverless functions.
ServerConfig
Server configuration.

Traits§

FunctionRegistry
Unified trait for registering serverless functions.

Type Aliases§

FunctionHandler
Function handler type.