A - safe
- fast
- light
- open
- rusty
HTTP Server Solution
Serve static files or proxy requests to other servers with a single command.
Features
The HTTP Server comes with a set of features available out of the box.
Static File Serving
Serve static files from a directory.
Configurable
Setup your server using a configuration file or command line arguments.
Secure
Use HTTPS to serve your files securely.
Protected Access
Use authentication to protect access to your files.
Proxy Requests
Use the configuration file to proxy requests to another server.
Performant
Written in Rust, the HTTP Server is fast and memory efficient.