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

Add HTTPClient, ported from the ESP8266 #784

Merged
merged 7 commits into from
Aug 21, 2022
Merged

Add HTTPClient, ported from the ESP8266 #784

merged 7 commits into from
Aug 21, 2022

Conversation

earlephilhower
Copy link
Owner

@earlephilhower earlephilhower commented Aug 21, 2022

Remove the need to have a separate WiFiClient that's destroyed after
the HTTPClient. Let the object handle its own client, and pass through
any SSL requests.

TODO:

  • Chunked testing
  • Documentation

Remove the need to have a separate WiFiClient that's destroyed after
the HTTPClient.  Let the object handle its own client, and pass through
any SSL requests.
@earlephilhower earlephilhower changed the title Add HTTPClient, ported from the ESP8266 [WIP] Add HTTPClient, ported from the ESP8266 Aug 21, 2022
@earlephilhower earlephilhower changed the title [WIP] Add HTTPClient, ported from the ESP8266 Add HTTPClient, ported from the ESP8266 Aug 21, 2022
@earlephilhower earlephilhower merged commit 0d15723 into master Aug 21, 2022
@earlephilhower earlephilhower deleted the httpcli branch August 21, 2022 19:49
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.

1 participant