Expand description
File Center Raw Response on MongoDB for Rocket Framework
This crate provides response struct used for responding raw data from the File Center on MongoDB with Etag cache optionally.
See examples
.
Re-exports
pub extern crate mongo_file_center;
Structs
- An entity tag, defined in RFC7232.
- The request guard used for getting
if-none-match
header. - The response struct used for responding raw data from the File Center on MongoDB with Etag cache.