elastic-transport-python icon indicating copy to clipboard operation
elastic-transport-python copied to clipboard

Add sync httpx node

Open sgraaf opened this issue 2 months ago • 2 comments

This PR adds a synchronous node class that uses ahttpx' Client. This would enable developers of downstream packages and applications to use either / both sync and async node classes using only httpx, instead of multiple Python HTTP packages.

The implementation is almost an exact copy of HttpxAsyncHttpNode, stripped of all async / await / a*().

sgraaf avatar Sep 17 '25 16:09 sgraaf

💚 CLA has been signed

I have now signed the CA!

sgraaf avatar Sep 17 '25 17:09 sgraaf