Skip to content
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

micropython/uaiohttpclient: Add ssl support. #724

Closed
wants to merge 1 commit into from

Conversation

Carglglz
Copy link
Contributor

@Carglglz Carglglz commented Sep 5, 2023

Add ssl support for uaiohttpclient compatible with SSLContext from:

@Carglglz Carglglz force-pushed the aiohttp-tls branch 2 times, most recently from 7a30494 to eef5c29 Compare October 17, 2023 21:02
Add ssl support and SSLContext support with ClientSession

Signed-off-by: Carlos Gil <[email protected]>
@ned-pcs
Copy link

ned-pcs commented Oct 18, 2023

@Carglglz How does one do a POST or PUT with a body?

@Carglglz
Copy link
Contributor Author

Carglglz commented Oct 19, 2023

@Carglglz How does one do a POST or PUT with a body?

I haven't implemented those yet, the main goal of this PR is to add SSL support to the existing aiohttpclient. But I guess if there is interest I could implement those methods in a separate PR following this one. 👍🏼

[EDIT]
@ned-pcs see #752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants