Web Server
Starting and Stopping
The web server lifecycle can be managed both automatically (plugin startup/shutdown) and manually...
Static File Hosting
The FileHandler serves static files from a configured root directory. This is the most common use...
Reverse Proxy
The reverse proxy handler forwards incoming HTTP requests to an upstream server. This is useful f...
Virtual Hosting
The virtual host handler is the router that sits in front of all site-specific handlers. It match...
HTTP vs HTTPS
ZyveraWeb supports both plain HTTP and encrypted HTTPS. HTTPS is enabled per-site rather than wit...