soroban-cli
soroban-cli copied to clipboard
Use reqwest, remove http, ureq and hyper
What
We only use reqwest to make HTTP requests in our code, no longer directly using http, ureq, and hyper, to enhance consistency.
Why
fix #1629
Known limitations
N/A