http-mini 0.2.0

Mini HTTP server
Documentation
  • Coverage
  • 26.67%
    8 out of 30 items documented1 out of 11 items with examples
  • Size
  • Source code size: 125.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.57 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • NicolaeIotu/http-mini
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NicolaeIotu

HTTP-Mini server

A simple HTTP server which can be used during development, or for light traffic applications.

The application will only serve content in a target directory which must be specified at startup.

By default, the application starts listening on all available interfaces and associated addresses, on port 8080.

Arguments can be provided in any order:

http-mini /path/to/target/directory 192.168.1.23 8090

Features:

  • directory listing
  • content type detection