soroban-cli icon indicating copy to clipboard operation
soroban-cli copied to clipboard

Consolidate HTTP client libraries to reduce complexity

Open overcat opened this issue 1 year ago • 6 comments

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

overcat avatar Sep 26 '24 08:09 overcat