Add HTTPClient, ported from the ESP8266 (#784)
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. Also supports the original ::begin methods which need a WiFiClient(Secure) to be passed in and managed by the app.
Showing
docs/httpclient.rst
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment