soroban-cli
soroban-cli copied to clipboard
Consolidate HTTP client libraries to reduce complexity
What problem does your feature solve?
Currently, the project is using multiple HTTP client libraries:
This diversity of HTTP clients may lead to several issues:
- Increased complexity in the codebase
- Potential inconsistencies in how HTTP requests are handled
- Difficulties in maintaining and updating dependencies
What would you like to see?
We should consider consolidating our HTTP client usage to a single library. This would simplify the codebase, reduce potential inconsistencies, and make maintenance easier.
What alternatives are there?
N/A