header: add If-Modified-Since support

This commit is contained in:
Corey Richardson
2014-12-07 18:48:05 -05:00
parent 5b49076d65
commit e2d387d118
2 changed files with 45 additions and 0 deletions

View File

@@ -102,6 +102,9 @@ pub mod host;
/// Exposes the LastModified header.
pub mod last_modified;
/// Exposes the If-Modified-Since header.
pub mod if_modified_since;
/// Exposes the Location header.
pub mod location;