pip install .
Show help
python3 -m webserver -h
Get config file with default values
python3 -m webserver -g output_file
Run server with config file
python3 -m webserver -c config_file
python3 -m unittest
- proxy_pass
- serve static files / directories with a cache of open files
- auto-index for catalogs
- logging requests
- virtual servers
- support for keep-alive connections
- launch of python functions to certain request paths
- configuration via config file
- multithreading
👤 Artyom Borisov
- Github: @contrust