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.
10 lines
323 B
INI
10 lines
323 B
INI
name=HTTPClient
|
|
version=1.2
|
|
author=Markus Sattler
|
|
maintainer=Earle F. Philhower, III <earlephilhower@yahoo.com>
|
|
sentence=http Client for ESP8266, portes to the Pico
|
|
paragraph=
|
|
category=Communication
|
|
url=https://github.com/earlephilhower/arduino-pico/blob/master/libraries/HTTPClient
|
|
architectures=rp2040
|
|
dot_a_linkage=true
|