A HTTP Client library - increase receive buffer size

Dependents:   Fx0Hackson_b Fx0Hackson HTTPClient_HelloWorld HTTPClient_POST ... more

Fork of HTTPClient by Donatien Garnier

History

Disable debug flag default tip

2015-10-19, by MACRUM [Mon, 19 Oct 2015 14:46:48 +0000] rev 21

Disable debug flag


Fix bug: Add port number to host field of http request header.

2015-03-16, by nayuta [Mon, 16 Mar 2015 11:30:54 +0000] rev 20

Fix bug: Add port number to host field of http request header.


Initial release

2015-01-23, by MACRUM [Fri, 23 Jan 2015 09:55:35 +0000] rev 19

Initial release


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