Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-http by
History
fix the problem http request with '\0' and fix query string in url
2017-03-03, by ihere1 [Fri, 03 Mar 2017 10:51:56 +0000] rev 10
fix the problem http request with '\0' and fix query string in url
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
Allocate body on the heap, not on the stack
2017-02-23, by Jan Jongboom [Thu, 23 Feb 2017 13:50:43 +0100] rev 4
Allocate body on the heap, not on the stack
Rely on Content-Length header to determine when request is processed
2017-02-23, by Jan Jongboom [Thu, 23 Feb 2017 13:28:07 +0100] rev 3
Rely on Content-Length header to determine when request is processed
size_t is not available in ARMCC
2017-02-16, by Jan Jongboom [Thu, 16 Feb 2017 13:55:05 +0100] rev 2
size_t is not available in ARMCC
Change receive buffer size to 8192
2017-02-16, by Jan Jongboom [Thu, 16 Feb 2017 11:47:08 +0100] rev 1
Change receive buffer size to 8192
