https://github.com/biluohc/hyper-fs
Static FileSystem Service for hyper 0.11+.
https://github.com/biluohc/hyper-fs
Last synced: about 1 year ago
JSON representation
Static FileSystem Service for hyper 0.11+.
- Host: GitHub
- URL: https://github.com/biluohc/hyper-fs
- Owner: biluohc
- License: bsd-3-clause
- Created: 2017-12-08T04:36:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T08:23:36.000Z (over 8 years ago)
- Last Synced: 2025-05-08T12:04:19.103Z (about 1 year ago)
- Language: Rust
- Homepage: https://crates.io/crates/hyper-fs
- Size: 279 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# hyper-fs
[](https://github.com/biluohc/hyper-fs)
[](https://crates.io/crates/hyper-fs)
[](https://crates.io/crates/hyper-fs)
[](https://crates.io/crates/hyper-fs)
[](https://docs.rs/hyper-fs)
### [hyper-fs](https://github.com/biluohc/hyper-fs)
Static File Service for hyper 0.11+.
#### Usage
On Cargo.toml:
```toml
[dependencies]
hyper-fs = "0.2.0"
```
#### Documentation
* Visit [Docs.rs](https://docs.rs/hyper-fs/)
or
* Run `cargo doc --open` after modified the toml file.
#### Examples
* [examples/](https://github.com/biluohc/hyper-fs/tree/master/examples)
* [fht2p](https://github.com/biluohc/fht2p): the library write for it.
### To Do
| name | status |
| ------ | --- |
|Get/Head | yes |
|Not Modified(304) | yes |
|File Range(bytes) | yes |
License: BSD-3-Clause