feat(headers): re-export CookiePair and CookieJar

This commit is contained in:
Sean McArthur
2015-11-20 13:15:07 -08:00
parent 81d42c964e
commit 799698ca87
3 changed files with 11 additions and 14 deletions

View File

@@ -1,4 +1,6 @@
pub use self::charset::Charset;
pub use cookie::Cookie as CookiePair;
pub use cookie::CookieJar;
pub use self::encoding::Encoding;
pub use self::entity::EntityTag;
pub use self::httpdate::HttpDate;