| Crates.io | http-connection |
| lib.rs | http-connection |
| version | 0.1.0 |
| created_at | 2019-04-24 18:11:13.61805+00 |
| updated_at | 2019-05-29 20:53:42.225485+00 |
| description | Trait representing HTTP connections. |
| homepage | https://github.com/hyperium/http-connection |
| repository | |
| max_upload_size | |
| id | 129922 |
| size | 8,548 |
A trait representing asynchronous HTTP connection.
More information about this crate can be found in the crate documentation.
To use http-connection, first add this to your Cargo.toml:
[dependencies]
http-connection = "0.1.0"
Next, add this to your crate:
use http_connection::HttpConnection;
fn main() {
// ...
}
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in http-connection by you, shall be licensed as MIT, without any additional
terms or conditions.