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 HTTPClient by
History
Debug code
2015-02-10, by komoritan [Tue, 10 Feb 2015 12:26:21 +0000] rev 21
Debug code
Fixed: HTTP header value length. [34 => 64]; Fixed: HTTPResult values.
2014-11-22, by ban4jp [Sat, 22 Nov 2014 08:54:27 +0000] rev 20
Fixed: HTTP header value length. [34 => 64]; Fixed: HTTPResult values.
Fixed: HTTP header key and value length. [to 32 => 34]; (eg: Access-Control-Allow-Credentials:true )
2014-10-12, by ban4jp [Sun, 12 Oct 2014 16:00:13 +0000] rev 19
Fixed: HTTP header key and value length. [to 32 => 34]; (eg: Access-Control-Allow-Credentials:true )
Fixed issue with ARMCC
2014-05-07, by donatien [Wed, 07 May 2014 16:48:10 +0000] rev 18
Fixed issue with ARMCC
Do not block and wait for 255 bytes
2014-05-02, by donatien [Fri, 02 May 2014 13:13:39 +0000] rev 17
Do not block and wait for 255 bytes
IHTTPData (HTTPText, HTTPMap) objects can be re-used multiple times (reading/writing position is reset on each connection); Support for PUT and DELETE methods
2012-08-30, by donatien [Thu, 30 Aug 2012 15:38:57 +0000] rev 16
IHTTPData (HTTPText, HTTPMap) objects can be re-used multiple times (reading/writing position is reset on each connection); Support for PUT and DELETE methods
Removed useless debug message
2012-08-29, by donatien [Wed, 29 Aug 2012 11:16:48 +0000] rev 15
Removed useless debug message
Fixed short chunk buffer issue
2012-08-28, by donatien [Tue, 28 Aug 2012 15:55:32 +0000] rev 14
Fixed short chunk buffer issue
Fixed blocking mode
2012-08-05, by donatien [Sun, 05 Aug 2012 16:12:10 +0000] rev 13
Fixed blocking mode
Updated to match the newest Socket API
2012-08-05, by donatien [Sun, 05 Aug 2012 15:30:07 +0000] rev 12
Updated to match the newest Socket API