Rocket/contrib/src/templates
Sergio Benitez 2f84d4b18a Add 'Config::root_relative()'. Make TLS config paths root-relative.
Prior to this commit, relative paths to TLS PEM files were incorrectly
treated as being relative to the CWD as opposed to the Rocket config
file, when present. This commit resolves the issue.
2017-09-04 19:01:26 -07:00
..
context.rs Initial cleanup of 'http' docs. Add 'handler::Outcome' docs. 2017-06-19 17:32:33 -07:00
engine.rs Remove config global state. Use Responder::respond_to. 2017-05-19 03:29:08 -07:00
handlebars_templates.rs Make tera/handlebars rendering a little clearer. 2017-06-16 20:56:51 -07:00
mod.rs Add 'Config::root_relative()'. Make TLS config paths root-relative. 2017-09-04 19:01:26 -07:00
tera_templates.rs Emit all error messages from Tera on init failure. 2017-08-02 16:58:55 -07:00