Rocket/contrib/src
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
..
templates Add 'Config::root_relative()'. Make TLS config paths root-relative. 2017-09-04 19:01:26 -07:00
json.rs Use new 'JsonValue' type as return type of 'json!'. 2017-08-25 23:14:42 -07:00
lib.rs Use new 'JsonValue' type as return type of 'json!'. 2017-08-25 23:14:42 -07:00
msgpack.rs Remove config global state. Use Responder::respond_to. 2017-05-19 03:29:08 -07:00
uuid.rs Use the RawStr type for raw parameter strings. 2017-03-31 00:18:58 -07:00