Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitex-la/rust-curs
Hyper HTTP client lib, feels more like curl. Supports file Uploads.
https://github.com/bitex-la/rust-curs
Last synced: 3 months ago
JSON representation
Hyper HTTP client lib, feels more like curl. Supports file Uploads.
- Host: GitHub
- URL: https://github.com/bitex-la/rust-curs
- Owner: bitex-la
- Archived: true
- Created: 2016-04-23T09:27:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-20T22:13:33.000Z (about 8 years ago)
- Last Synced: 2024-07-03T11:24:24.813Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 580 KB
- Stars: 12
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Curs.
Hyper HTTP client lib, feels more like curl. Supports file Uploads.
It feels like curl,
this HTTP client,
it's built on Hyper,
shoulder of a giant.Lets you post files,
which is a good start,
it adds its own headers,
makes it multipart.Decodes Response JSON,
it's good for your REST,
go check some examples,
they're all inside /test.The code is quite simple,
and easy to digest,
if you want to contribute,
send your pull request.## Installation
[dependencies]
curs = "0.1"## What does it look like?
See actual examples in [the docs](http://bitex-la.github.io/rust-curs/curs/index.html)
## License
Licensed under the glorious [WTFPL](http://www.wtfpl.net/)
Essentially public domain, even in jurisdictions where public domain is not a legal option.