http_dir 0.1.9

HTTP file server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# http_dir

like `tower_http::service::ServeDir`, but allows user provide a `Filesystem` implement

this crate is fork from `tower_http::service::ServeDir`, thanks for `tower_http` crate

## Notice

this crate require nightly features:

- `type_alias_impl_trait`

## License

This project is licensed under the [MIT license](LICENSE).