1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-04-22 19:22:50 +03:00

15 Commits

Author SHA1 Message Date
Park0
208dfec4cf
ContentLength can go over 2 byte int
Converted int to long to allow for more then 65535 bytes in length
2020-06-28 11:52:27 +02:00
Sandeep Mistry
5f567031d5 Make encode method's static 2019-04-09 12:44:15 -04:00
Sandeep Mistry
d73940758a Add URL Encoder class 2019-04-09 12:44:15 -04:00
Max Payne
780546745d Fix incorrect return value, resulting in compilation error
Error in question:

ArduinoHttpClient/src/HttpClient.h: In member function 'virtual void HttpClient::flush()':
ArduinoHttpClient/src/HttpClient.h:310:50: error: return-statement with a value, in function returning 'void' [-fpermissive]
2019-01-02 08:45:24 -05:00
Johan Euphrosine
1f81c4e8aa HttpClient: fix sendHeader docstring 2018-09-12 15:05:04 -04:00
Sandeep Mistry
cfe046dcb3 Increase WebSocket sec key length to 24 characters 2017-05-02 13:18:16 -04:00
Arturo Guadalupi
765f2db637 Merge pull request #21 from sandeepmistry/chunked-response-body-support
Add support for chunked response bodies
2017-04-13 17:09:57 +02:00
Sandeep Mistry
fdedff59b8 Rename isChunked to isResponseChunked 2017-04-13 09:33:01 -04:00
Sandeep Mistry
448a1520c8 Add new beginBody API 2017-03-28 14:12:20 -04:00
Sandeep Mistry
2a9c01c210 Change read() to always check available() if response is chunked 2017-03-25 09:40:52 -04:00
Sandeep Mistry
522cf5d11a Add support for chunked response bodies 2017-03-23 14:42:34 -04:00
Sandeep Mistry
d261fa35f5 Add support for PATCH operations 2017-01-03 16:20:03 -05:00
Sandeep Mistry
172049e0c3 Also set iBodyLengthConsumed to zero when parsing 2016-08-12 17:00:56 -04:00
Sandeep Mistry
fe46191445 Make HttpClient::responseBody more robust
Return invalidated String if memory allocation fails or content length
does not match body data length. Also, use timed reads to support
responses without a content length.
2016-07-12 17:23:48 -04:00
Sandeep Mistry
364364744e Create src folder 2016-07-05 09:32:13 -04:00