refactor(headers): changed from rwlock to mucell underneath

This commit is contained in:
Sean McArthur
2014-11-29 13:20:27 -08:00
parent 1014f63e15
commit d71d6549f7
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;