<!-- delete unnecessary items --> ### Use case Performance - the legacy http/https and MUCH slower than using the fetch API or even better undici directly. ### Describe the solution you'd like Remove all usages of http/https and replace them with fetch/undici. ### Additional context This SDK seems to be slow on network operation sides, performing this switch will help improve it.