Expand description

Etagged Raw Response for Rocket Framework

This crate provides a response struct used for responding raw data with Etag cache.

See examples.

Re-exports

pub extern crate mime;

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 with Etag cache.

Type Definitions

This map should be managed by a rocket instance.