[][src]Crate rocket_etagged_file_response

Etagged File Response for Rocket Framework

This crate provides a response struct used for offering static files with Etag cache.

Re-exports

pub extern crate rocket_etag_if_none_match;

Structs

EtaggedFileResponse

The response struct used for offering static files with Etag cache.

Type Definitions

EtagMap

This map should be managed by a rocket instance.