Skip to content

http-server-rs/http-server

http-server

Simple and configurable command-line HTTP server

Crates.io Documentation Build Clippy Formatter Tests Benches

Installation

cargo install http-server

Verify successful installation.

http-server --help

Development

Since November the 17th of 2024 the version v0.x is now LTS and will not receive further updates. The current version is v1.x and is on active development.

Release

In order to create a release you must push a Git tag as follows

git tag -a <version> -m <message>

Example

git tag -a v0.1.0 -m "First release"

Tags must follow semver conventions. Tags must be prefixed with a lowercase v letter.

Then push tags as follows:

git push origin main --follow-tags

Contributing

Every contribution to this project is welcome. Feel free to open a pull request or an issue. Just by using this project you're helping it grow. Thank you!

License

Distributed under the terms of both the MIT license and the Apache License (Version 2.0)