feat(headers): add Expires header

This commit is contained in:
Sean McArthur
2014-11-30 15:47:02 -08:00
parent b1761ad4e1
commit e255f88dd2
4 changed files with 83 additions and 39 deletions

View File

@@ -96,6 +96,9 @@ pub mod content_type;
/// Exposes the Date header.
pub mod date;
/// Exposes the Expires header.
pub mod expires;
/// Exposes the Host header.
pub mod host;