[][src]Macro rocket_include_static_resources::static_response

macro_rules! static_response {
    ($name:expr) => { ... };
}

Used for retrieving the file you input through the macro static_resources_initialize! as a Response instance into which three HTTP headers, Content-Type, Content-Length and Etag, will be automatically added.