requests 0.0.3

Rust HTTP client API styled after awesome Python requests - [WORK IN PROGRESS]
1
2
3
4
5
6
7
8
9
# requests-rs
Rust HTTP client library styled after awesome Python requests

Building on OSX 10.11+
```
export OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include
cargo clean
cargo build
```