Module meio_connect::server[][src]

Expand description

Actor for launch a server.

Re-exports

pub use bind::WaitForAddress;
pub use route::DirectPath;
pub use route::FromRequest;
pub use route::NoParameters;
pub use route::Req;
pub use route::WebRoute;
pub use websocket::WsHandler;
pub use websocket::WsProcessor;
pub use websocket::WsReq;
pub use websocket::WsRoute;

Modules

Helpers for binding a server to a socket address.

The link to interact with a server instance.

Contains basic routing capabilities.

Contains routes and handler for WebSocket connections.

Structs

The actor that binds HTTP server to a port and handle incoming requests.

The link to a HTTP server instance.