httpserver/README.md

7 lines
182 B
Markdown
Raw Normal View History

2024-07-11 18:18:29 +01:00
# HTTPServer
This is a simple HTTP server meant to emulate python's SimpleHTTPServer module.
## Usage
```httpserver [-h] [--cgi] [-b ADDRESS] [-d DIRECTORY] [-p VERSION] [port]```