use Header;
pub use Cookie;
pub use CookieJar;
pub use CookieBuilder;
/// Type alias to a `'static` CookieJar.
///
/// A `CookieJar` should never be used without a `'static` lifetime. As a
/// result, you should always use this alias.
pub type Cookies = CookieJar;