Hacker News new | ask | show | jobs
by pornel 979 days ago
Curl supports a lot of protocols, including surprising ones like LDAP, SMTP and POP3, so there is no exact curl replacement anywhere, but Rust already has libraries for every protocol that Curl supports.

Hyper is a pretty robust HTTP toolkit, and reqwest is a higher-level library on top of it.