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
- Host: GitHub
- URL: https://github.com/imp/requests-rs
- Owner: imp
- License: mit
- Created: 2016-01-25T09:17:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T11:15:58.000Z (about 8 years ago)
- Last Synced: 2025-04-05T14:11:20.852Z (9 months ago)
- Topics: http-client, python-requests, rest, rust, rust-library
- Language: Rust
- Homepage: http://gitlab.com/imp/requests-rs
- Size: 74.2 KB
- Stars: 40
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# requests-rs
Rust HTTP client library styled after awesome Python requests
Build status
branch | 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
```