Merge pull request #38 from reem/persistent-headers

Refactor Header representation to not store the raw representation
This commit is contained in:
Sean McArthur
2014-09-16 19:05:54 -07:00
3 changed files with 61 additions and 45 deletions

View File

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