Add cookie-rs and use cookie::Cookie in Cookie header.

This commit is contained in:
Stanislav Panferov
2014-10-08 10:35:10 +04:00
committed by Sean McArthur
parent a85cc476e1
commit 0a624b10e0
3 changed files with 35 additions and 5 deletions

View File

@@ -136,6 +136,7 @@ extern crate "unsafe-any" as uany;
extern crate "move-acceptor" as macceptor;
extern crate intertwine;
extern crate typeable;
extern crate cookie;
pub use std::io::net::ip::{SocketAddr, IpAddr, Ipv4Addr, Ipv6Addr, Port};
pub use mimewrapper::mime;