8000 Beta: add AIOHTTP http client by richardm-stripe · Pull Request #1254 · stripe/stripe-python · GitHub
[go: up one dir, main page]

Skip to content

Beta: add AIOHTTP http client #1254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove dead code
  • Loading branch information
richardm-stripe committed Feb 27, 2024
commit 385f1f197ee4acf65bd33a868f444506294ad1b4
2 changes: 0 additions & 2 deletions stripe/_http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1377,8 +1377,6 @@ def __init__(
"Unexpected: tried to initialize AIOHTTPClient but the aiohttp module is not present."
)

self.httpx = httpx

kwargs = {}
if self._verify_ssl_certs:
ssl_context = ssl.create_default_context(
Expand Down
0