bartender

Crates.iobartender
lib.rsbartender
version0.1.0
created_at2025-04-25 21:03:03.852594+00
updated_at2025-04-25 21:03:03.852594+00
descriptionA simple HTTP Server with an easy to use command-line interface.
homepage
repositoryhttps://gitlab.com/pythongirl/bartender
max_upload_size
id1649514
size53,714
Julia Scheaffer (pythongirl325)

documentation

README

Bartender

Bartender is an easy to use simple http server meant for short term cli usage.

Progress

  1. Basic file serving
  2. Multiple file serving
  3. Pretty directory listing (using CSS for themeing and fonts)
  4. Better logging
  5. Graceful shutdown
  6. Download flag to sets Content-Disposition and names on files
  7. Option to use HTTPS through a global config for certificates
  8. Streaming file requests for large files
  9. Index link to go up a directory
  10. Compression support? (probably not)
Commit count: 20

cargo fmt