1.0.0
First stable release of static-http, a dependency-free temporary static HTTP server for local development, file transfer, media playback, and archive inspection workflows.
Highlights
- Declared the first stable
1.0.0release. - Serves static files with
GET,HEAD, and single byte-range request support. - Keeps default behavior simple: current directory,
0.0.0.0, port8080. - Includes dependency-free terminal QR code rendering for localhost and LAN URLs.
- Hides dot-prefixed and platform-hidden files by default.
- Supports graceful shutdown with
q,Q, orCtrl+C.