QuietWeeper v1.2.2
A dynamic HTTP server written in C. QuietWeeper utilizes existing infrastructure to keep a small footprint upon execution. This is the public release build that is currently in "beta" mode. This release DOES not include ALL of the featuresets planned for the v2.0 release in the near future.
Features
- Host a local/remote HTTP server with a relatively small footprint (1.25 MB)
- Fast server side resource serving vs
python3 -m http.server -b 127.0.0.1 -d . 8080
- Easy to use GUI for quick static/dynamic site development
- Requested file, HTTP request type and URI logging functionality
- Much, much more...