tower-embed
This crate provides a tower service designed to provide embedded static
assets support for web application. This service includes the following HTTP features:
- Support for GET and HEAD requests
- Content-Type header generation based on file MIME types
- ETag header generation and validation
- Last-Modified header generation and validation
Example
use Router;
use RustEmbed;
;
async
License
Licensed under either of Apache License 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.