Humphrey Server
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.
This section of the guide will cover the following topics:
- Installing and running Humphrey Server
- Exploring the configuration file
- Using PHP with Humphrey Server
- Serving content over HTTPS
- Creating your own plugin
This section requires no prior knowledge, with the exception of the plugin creation section, which requires knowledge of the Rust programming language.