Jeroen88 01d22c8807 Feature/http client (#1973)
* Pass client parameter into two new begin() functions. Set other begin() functions deprecated. Updated library version to 1.2

* Added working HTTPS example on a public url with a certificate

* Remove two unnecessary tests in ::disconnect()

* Add a scoping block to BasicHttpsClient.ino to assure HTTPClient is destroyed before WiFiClientSecure

* Added check to handle mixup of old and present api properly

* Correct HTTPClient::setTimeout() to convert milliseconds to seconds. Correct WiFiClient::setTimeout() to call Stream::setTimeout() with seconds converted back to milliseconds. Remove inproper checks for _insecure.

* Added small comment because it looked like the Travis build did not finish
2018-11-19 16:57:23 +01:00
..
2018-01-18 00:56:58 +02:00
2017-12-19 14:07:22 +01:00
2018-06-27 09:01:06 +02:00
2017-01-06 00:54:50 +02:00
2018-11-19 16:57:23 +01:00
2018-06-27 09:01:06 +02:00
2018-07-30 09:42:44 -03:00
2018-06-27 09:01:06 +02:00
2018-06-27 09:01:06 +02:00
2018-06-27 09:01:06 +02:00
2018-06-27 09:01:06 +02:00
2018-06-27 09:01:06 +02:00
2018-07-25 12:56:41 +02:00