Skip to content

http-server-rs/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8010b7f · Jan 21, 2025
Nov 18, 2024
Jul 2, 2023
Jan 21, 2025
Jun 26, 2024
May 18, 2022
Jan 4, 2025
Jan 4, 2025
Nov 4, 2023
Oct 8, 2022
Oct 4, 2020
Apr 2, 2021
Jan 21, 2025
Jan 21, 2025
Jul 14, 2021
Nov 19, 2023
Jan 21, 2025
Nov 18, 2024
Oct 8, 2022
Nov 20, 2024
Oct 28, 2023

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)