Expand description
A simple and lightweight crate for launching and using a server.
Re-exports§
pub use crate::clean::server::*;
pub use crate::http::request::*;
pub use crate::http::response::*;
pub use crate::http::server::*;
pub use crate::rest::server_info::*;
pub use crate::rest::thread_pool::*;
Modules§
- Clean server.
- HTTP server.
- The remaining files for the server to work.
Structs§
- A TCP socket server, listening for connections.
- A TCP stream between a local and a remote socket.