Ask a question to get started
Enter to send•Shift+Enter new line
DefaultHttpxClient = httpx.Client
An alias to httpx.Client that provides the same defaults that this SDK uses internally.
httpx.Client
This is useful because overriding the http_client with your own instance of httpx.Client will result in httpx's defaults being used, not ours.
http_client