requests-rs icon indicating copy to clipboard operation
requests-rs copied to clipboard

Rust HTTP client library styled after awesome Python requests

requests-rs

Rust HTTP client library styled after awesome Python requests

Build status

branch status
master Build Status
develop Build Status

Travis

Building on OSX 10.11+

export OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include
cargo clean
cargo build