A set of types for representing HTTP requests and responses.
Usage
To use http, first add this to your Cargo.toml:
[dependencies]http="0.1"
Next, add this to your crate:
externcratehttp;usehttp::{Request,Response};
License
http is primarily distributed under the terms of both the MIT license and the
Apache License (Version 2.0), with portions covered by various BSD-like
licenses.