1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
2b23b005aa allow control of enabling debug and debug level from IDE 2016-01-02 12:25:39 +01:00
9b06b889c9 disable HTTP client debug 2015-12-31 17:10:38 +01:00
ef748e369a allow downgrade to HTTP 1.0
use HTTP/1.0 for update since the update handler not support any transfer Encoding
2015-12-31 14:02:00 +01:00
bd7d915bcd rework error handling and detection
add retry for short write
remove compiler warnings
2015-12-31 12:00:26 +01:00
288e879a13 disable debug 2015-12-30 21:21:30 +01:00
cc0037682b add CHUNKED encoding support too http client (#1324)
HTTP Client - fix examples
increase default timeout to 5000ms
2015-12-30 21:20:43 +01:00
d1a6b32133 Allow setting TCP timeout 2015-12-27 19:45:17 +02:00
28dd31a80f add advanced error handling for HTTP update
see: #1111
2015-12-16 23:05:23 +01:00
b8769bf5eb HTTP Client move buffer (1460 Byte) from stack to heap. 2015-12-16 00:36:11 +01:00
85341ff25a HTTPClient phasing username + password from url 2015-12-09 14:19:28 +01:00
a9ce1b4f2e add Authorization support for HTTP client 2015-12-09 13:51:55 +01:00
b1e3d2256a add errorToString function 2015-12-09 13:05:29 +01:00
e15c745e6f remove some HTTP_CODE_UNASSIGNED 2015-12-09 12:50:55 +01:00
8b161ecf16 add http codes as enum t_http_codes 2015-12-09 12:47:23 +01:00
c10a19e052 ESP8266HTTPClient: fix HTTPCLIENT_TCP_TIMEOUT definition 2015-11-30 10:15:59 +03:00
1c616747ab ESP8266HTTPClient: fix case for some defines 2015-11-30 10:07:38 +03:00
ea7eade8f1 Rename ESP8266httpClient to ESP8266HTTPClient (part 2) 2015-11-30 09:49:40 +03:00