Skip to content

1.0.0

Choose a tag to compare

@pseudosavant pseudosavant released this 06 Jul 22:16

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.0 release.
  • Serves static files with GET, HEAD, and single byte-range request support.
  • Keeps default behavior simple: current directory, 0.0.0.0, port 8080.
  • 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, or Ctrl+C.