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::*;
Modules§
- Clean server.
- HTTP server.
- The remaining files for the server to work.
Macros§
- Set DEF_PAGES.
Structs§
- A
Duration
type to represent a span of time, typically used for system timeouts. - A TCP socket server, listening for connections.
- A TCP stream between a local and a remote socket.
Traits§
- Trait for converting 1 type to another, in the Option wrapper.