arduino-pico/libraries/HTTPClient/examples
Earle F. Philhower, III 0d15723444
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.
2022-08-21 12:49:06 -07:00
..
Authorization Add HTTPClient, ported from the ESP8266 (#784) 2022-08-21 12:49:06 -07:00
BasicHttpClient Add HTTPClient, ported from the ESP8266 (#784) 2022-08-21 12:49:06 -07:00
BasicHttpsClient Add HTTPClient, ported from the ESP8266 (#784) 2022-08-21 12:49:06 -07:00
BasicHttpsClient-Hard Add HTTPClient, ported from the ESP8266 (#784) 2022-08-21 12:49:06 -07:00
ChunkedClient Add HTTPClient, ported from the ESP8266 (#784) 2022-08-21 12:49:06 -07:00
DigestAuthorization Add HTTPClient, ported from the ESP8266 (#784) 2022-08-21 12:49:06 -07:00
PostHttpClient Add HTTPClient, ported from the ESP8266 (#784) 2022-08-21 12:49:06 -07:00
ReuseConnectionV2 Add HTTPClient, ported from the ESP8266 (#784) 2022-08-21 12:49:06 -07:00
StreamHttpsClient Add HTTPClient, ported from the ESP8266 (#784) 2022-08-21 12:49:06 -07:00