http-connection

Crates.iohttp-connection
lib.rshttp-connection
version0.1.0
sourcesrc
created_at2019-04-24 18:11:13.61805
updated_at2019-05-29 20:53:42.225485
descriptionTrait representing HTTP connections.
homepagehttps://github.com/hyperium/http-connection
repository
max_upload_size
id129922
size8,548
Team algorithmia (github:algorithmiaio:team-algorithmia)

documentation

https://docs.rs/http-connection/0.1.0/http-connection

README

HTTP Connection

A trait representing asynchronous HTTP connection.

Build Status

More information about this crate can be found in the crate documentation.

Usage

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() {
    // ...
}

License

This project is licensed under the MIT license.

Contribution

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.

Commit count: 0

cargo fmt