• Earle F. Philhower, III's avatar
    Add HTTPClient, ported from the ESP8266 (#784) · 0d157234
    Earle F. Philhower, III authored
    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.
    0d157234
ReuseConnectionV2.ino 1.83 KB