Moves HSTS code to it's own module

This commit is contained in:
Sam Gibson 2015-07-18 10:54:03 +10:00
parent 02bd5cdc1b
commit 826f56bdf3
6 changed files with 426 additions and 397 deletions

View file

@ -14,3 +14,4 @@ extern crate time;
#[cfg(test)] mod data_loader;
#[cfg(test)] mod mime_classifier;
#[cfg(test)] mod resource_task;
#[cfg(test)] mod hsts;