# requests-rs
Rust HTTP client library styled after awesome Python requests
Build status
master| [](https://travis-ci.org/imp/requests-rs)
develop| [](https://travis-ci.org/imp/requests-rs)
[](http:://travis-ci.org/imp/requests-rs)
Building on OSX 10.11+
```
export OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include
cargo clean
cargo build
```