elastic-transport-python
elastic-transport-python copied to clipboard
Add sync httpx node
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*().
💚 CLA has been signed
I have now signed the CA!