Merge pull request #161 from hyperium/mucell

refactor(headers): changed from rwlock to mucell underneath
This commit is contained in:
Sean McArthur
2014-12-02 21:20:52 -08:00
4 changed files with 103 additions and 80 deletions

View File

@@ -134,6 +134,7 @@ extern crate openssl;
#[cfg(test)] extern crate test;
extern crate "unsafe-any" as uany;
extern crate cookie;
extern crate mucell;
pub use std::io::net::ip::{SocketAddr, IpAddr, Ipv4Addr, Ipv6Addr, Port};
pub use mimewrapper::mime;