Merge pull request #420 from pyfisch/refactorheaders2

refactor(headers): Use header!() macro for `ETag` header
This commit is contained in:
Sean McArthur
2015-04-06 13:39:22 -07:00
2 changed files with 29 additions and 41 deletions

View File

@@ -20,7 +20,7 @@ pub use self::content_encoding::ContentEncoding;
pub use self::content_type::ContentType;
pub use self::cookie::Cookie;
pub use self::date::Date;
pub use self::etag::Etag;
pub use self::etag::ETag;
pub use self::expect::Expect;
pub use self::expires::Expires;
pub use self::host::Host;