add Date header

This commit is contained in:
Sean McArthur
2014-09-03 14:14:44 -07:00
parent e2e93c5d5f
commit 4d77477c83
4 changed files with 70 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
#![deny(warnings)]
#![experimental]
extern crate time;
extern crate url;
#[phase(plugin,link)] extern crate log;
#[cfg(test)] extern crate test;