https://github.com/liuchong/d
D is a simple standalone httpd
https://github.com/liuchong/d
d http http-server rust rust-crate rust-lang
Last synced: 3 months ago
JSON representation
D is a simple standalone httpd
- Host: GitHub
- URL: https://github.com/liuchong/d
- Owner: liuchong
- License: apache-2.0
- Created: 2017-10-29T10:06:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T02:06:43.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T16:48:08.721Z (4 months ago)
- Topics: d, http, http-server, rust, rust-crate, rust-lang
- Language: Rust
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# d
[](https://travis-ci.org/liuchong/d)
[](./LICENSE-APACHE)
[](./LICENSE-MIT)
[](https://crates.io/crates/d)
[](https://docs.rs/d)D is a simple standalone httpd.
## Usage
1. Install it `cargo install d` (or `cargo install --git https://github.com/liuchong/d` for the newest)
2. Cd to somewhere and run it
``` bash
cd ~/somewhere# check usage
d -h# run it
d
# or
d -p 8888
```## License
Licensed under either of these:
* Apache License Version 2.0 [LICENSE-APACHE](LICENSE-APACHE)
* MIT License [LICENSE-MIT](LICENSE-MIT)### Contributing
Please sign a cla, thanks!