#1246 Update generated code for beta
#1239 Beta: Collapse HTTPClientAsync into HTTPClient
stripe.default_http_client_async global and the stripe.HTTPClientAsync class.
stripe.default_http_client to a subclass of stripe.HTTPClient such as stripe.HTTPXClient that implements .request_async, .sleep_async, .request_stream_async, and .close_async.RequestsClient for synchronous methods, that "falls back" to a HTTPXClient when asynchronous methods are called.Fetched March 31, 2026