1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00

7 Commits

Author SHA1 Message Date
Markus Sattler
9089448d25 fixed typo 2015-11-25 12:59:02 +01:00
Markus Sattler
75fb6e2002 disable DEBUG_HTTPCLIENT 2015-11-25 12:50:49 +01:00
Markus Sattler
761b73c5ad correct StreamHttpClient.ino example 2015-11-25 12:42:24 +01:00
Markus Sattler
59b4c82d60 add new Basic example based of getString
note: keep in mind the ram usage!
2015-11-25 12:40:25 +01:00
Markus Sattler
e6c661e7ba allow reuse of tcp connection to send multiple request to one server
add writeToStream function for easy payload usage
2015-11-22 15:34:10 +01:00
Markus Sattler
0a8f5be257 add more documentation and cleanup the example 2015-11-22 11:27:32 +01:00
Markus Sattler
1e7b9688a5 add examples/BasicHttpClient/BasicHttpClient.ino
fix get size
only fingerprint when strlen > 0
2015-11-22 11:09:48 +01:00