1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# async-http-client Asynchronous HTTP client. [Documentation](http://matt2xu.github.io/async-http-client) ## Use async-http-client In your Cargo.toml, add: ```toml [dependencies] async-http-client = "0.2" ``` ## License MIT