Crate server

Source
Expand description

§use server::{ request, thread, process }

Library crate for the rust-web-server

Re-exports§

pub use request::RequestObject as r_RequestObject;
pub use request::handle_connection as r_handle_connection;
pub use thread::ThreadPool as t_ThreadPool;
pub use thread::Worker as t_Worker;
pub use process::CliArgs as p_CliArgs;

Modules§

process
use server::process::{ CliArgs }
request
use server::request::{ RequestObject, handle_connection }
thread
use server::thread::{ ThreadPool, Worker }