An NGINX or Apache like webserver implentated in rust.
from source
git clone https://github.com/romananas/localhost
cd localhost
cargo runlaunching the server from a config file
localhost --config="exemple.toml"for config exemple see the server/config.toml exemple file
- implement POST request (wip)
- implement DELETE request
- implement PUT requests
- implement config for download and upload folders