rust-web-framework-comparison icon indicating copy to clipboard operation
rust-web-framework-comparison copied to clipboard

Add more client libraries

Open holly-hacker opened this issue 2 years ago • 4 comments

This repo only lists a few client-side HTTP libraries, while there are many that could be useful in various circumstances:

  • attohttpc (lightweight, no async)
  • curl (bindings to libcurl)
  • isahc (higher level http client built on curl)
  • minreq (very lightweight, no async)
  • surf (multiple http backends, such as hyper, curl, window.fetch on wasm)
  • ureq (lightweight, no async)

holly-hacker avatar Jan 21 '24 11:01 holly-hacker

@holly-hacker Would you mind to create a PR?

flosse avatar Jul 02 '24 01:07 flosse

Hopefully, ntex can be added. Best wishes to the project team.

jiafuzhang avatar Oct 22 '24 11:10 jiafuzhang

Hopefully, ntex can be added.

feel free to open a PR :smile:

Best wishes to the project team.

Thanks!

flosse avatar Oct 22 '24 12:10 flosse

I added ntex (#184), all you need to do is edit data.toml for anyone else wanting to add more

lmmx avatar Apr 13 '25 17:04 lmmx