Crate actix_server
source ·Expand description
General purpose TCP server.
Re-exports
pub use self::service::ServerServiceFactory;
Structs
- General purpose TCP server that runs services receiving Tokio
TcpStream
s. - Server builder.
- Server handle.
- A testing server.