Fork of mbed-http
Fork of mbed-http by
History
Tidy up chunked detection
2017-03-29, by Matthew Else [Wed, 29 Mar 2017 17:26:14 +0100] rev 14
Tidy up chunked detection
Auto-detect chunked HTTP requests
2017-03-29, by Matthew Else [Wed, 29 Mar 2017 16:52:54 +0100] rev 13
Auto-detect chunked HTTP requests
Update README for socket reuse
2017-03-28, by Jan Jongboom [Tue, 28 Mar 2017 14:47:51 +0200] rev 12
Update README for socket reuse
Allow socket re-use in HTTPS and HTTP request
2017-03-28, by Jan Jongboom [Tue, 28 Mar 2017 14:44:39 +0200] rev 11
Allow socket re-use in HTTPS and HTTP request
Don't rely on strlen for request length, as it prevents sending \0 over the line. Patch via https://developer.mbed.org/users/ihere1/code/mbed-http/rev/ec9b75c349aa
2017-03-28, by Jan Jongboom [Tue, 28 Mar 2017 13:33:14 +0200] rev 10
Don't rely on strlen for request length, as it prevents sending \0 over the line. Patch via https://developer.mbed.org/users/ihere1/code/mbed-http/rev/ec9b75c349aa
If path is empty, default path to '/'. Otherwise HTTP requests become malformed on URLs without a path
2017-03-02, by Jan Jongboom [Thu, 02 Mar 2017 13:14:36 +0100] rev 9
If path is empty, default path to '/'. Otherwise HTTP requests become malformed on URLs without a path
Implement tolower, so ARMCC can compile the library too
2017-03-02, by Jan Jongboom [Thu, 02 Mar 2017 11:50:38 +0100] rev 8
Implement tolower, so ARMCC can compile the library too
Add support for chunked encoding. Fix bug handle querystrings. HttpResponse should own header strings.
2017-02-24, by Jan Jongboom [Fri, 24 Feb 2017 11:20:16 +0100] rev 7
Add support for chunked encoding. Fix bug handle querystrings. HttpResponse should own header strings.
Call is_body_complete() in HTTPS request as well
2017-02-23, by Jan Jongboom [Thu, 23 Feb 2017 14:11:47 +0100] rev 6
Call is_body_complete() in HTTPS request as well
Update README
2017-02-23, by Jan Jongboom [Thu, 23 Feb 2017 13:56:17 +0100] rev 5
Update README