Crate humphrey_server

Source
Expand description

Humphrey is a very fast, robust and flexible HTTP/1.1 web server, with support for static and dynamic content through its plugin system. It has no dependencies when only using default features, and is easily extensible with a configuration file and dynamically-loaded plugins.

Learn more about Humphrey Server here.

Re-exports§

pub use server::*;

Modules§

config
Provides configuration functionality.
server
Provides the server functionality.