We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use aiohttp.request() function with a ssl=False argument.
aiohttp.request()
ssl=False
Add ssl argument for aiohttp.request() function.
ssl
No.
Client
No response
The text was updated successfully, but these errors were encountered:
If someone wants to create a PR to switch that function to using kwargs, same as the client method (
aiohttp/aiohttp/client.py
Lines 398 to 407 in 1fa237f
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
I want to use
aiohttp.request()
function with assl=False
argument.Describe the solution you'd like
Add
ssl
argument foraiohttp.request()
function.Describe alternatives you've considered
No.
Related component
Client
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: