An open API service indexing awesome lists of open source software.

https://github.com/imp/requests-rs

Rust HTTP client library styled after awesome Python requests
https://github.com/imp/requests-rs

http-client python-requests rest rust rust-library

Last synced: 6 months ago
JSON representation

Rust HTTP client library styled after awesome Python requests

Awesome Lists containing this project

README

          

# requests-rs
Rust HTTP client library styled after awesome Python requests

Build status

branch | status
:-------|:------:
master| [![Build Status](https://travis-ci.org/imp/requests-rs.svg?branch=master)](https://travis-ci.org/imp/requests-rs)
develop| [![Build Status](https://travis-ci.org/imp/requests-rs.svg?branch=develop)](https://travis-ci.org/imp/requests-rs)

[![Travis](https://img.shields.io/travis/imp/requests-rs.svg)](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
```