flosse / flosse/rust-web-framework-comparison
Add more client libraries
Open
enhancement
help wanted
- Dominant language
- Rust
- Stars
- 5.8k
- Forks
- 224
- PR merge metrics
- No merged PRs in 30d
Description
This repo only lists a few client-side HTTP libraries, while there are many that could be useful in various circumstances:
- [attohttpc](https://lib.rs/attohttpc) (lightweight, no async)
- [curl](https://lib.rs/curl) (bindings to libcurl)
- [isahc](https://lib.rs/isahc) (higher level http client built on curl)
- [minreq](https://lib.rs/minreq) (very lightweight, no async)
- [surf](https://lib.rs/surf) (multiple http backends, such as hyper, curl, `window.fetch` on wasm)
- [ureq](https://lib.rs/ureq) (lightweight, no async)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.