Thread: [Gambas-devel-svn] SF.net SVN: gambas:[2774] gambas/trunk/gb.net.curl/src/CHttpClient.c
Brought to you by:
gambas
From: <ga...@us...> - 2010-03-08 17:04:59
|
Revision: 2774 http://gambas.svn.sourceforge.net/gambas/?rev=2774&view=rev Author: gambas Date: 2010-03-08 17:04:53 +0000 (Mon, 08 Mar 2010) Log Message: ----------- [GB.NET.CURL] * NEW: HttpClient Get, Post and Put methods now have an extra optional argument to specify a file name where the server reply will be stored. * BUG: Sending custom headers with HttpClient.Get should really work now. * BUG: File names with "~" inside are correctly interpreted now. Modified Paths: -------------- gambas/trunk/gb.net.curl/src/CHttpClient.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-06-22 22:20:38
|
Revision: 3896 http://gambas.svn.sourceforge.net/gambas/?rev=3896&view=rev Author: gambas Date: 2011-06-22 22:20:32 +0000 (Wed, 22 Jun 2011) Log Message: ----------- [GB.NET.CURL] * BUG: Fix HttpClient URL property. * NEW: The default HttpClient user-agent string is now (on Linux) : "Gambas/3.0 (gb.net.curl; Linux)" Modified Paths: -------------- gambas/trunk/gb.net.curl/src/CHttpClient.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-06-22 22:24:47
|
Revision: 3897 http://gambas.svn.sourceforge.net/gambas/?rev=3897&view=rev Author: gambas Date: 2011-06-22 22:24:41 +0000 (Wed, 22 Jun 2011) Log Message: ----------- [GB.NET.CURL] * BUG: HttpClient.Post and HttpClient.Put are now more tolerant when checking the Content-Type validity. Modified Paths: -------------- gambas/trunk/gb.net.curl/src/CHttpClient.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-02-10 16:06:59
|
Revision: 5542 http://sourceforge.net/p/gambas/code/5542 Author: gambas Date: 2013-02-10 16:06:56 +0000 (Sun, 10 Feb 2013) Log Message: ----------- [GB.NET.CURL] * BUG: HttpClient: Allows null data when using the Post() or Put() method. Modified Paths: -------------- gambas/trunk/gb.net.curl/src/CHttpClient.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-22 20:23:03
|
Revision: 6423 http://sourceforge.net/p/gambas/code/6423 Author: gambas Date: 2014-08-22 20:22:54 +0000 (Fri, 22 Aug 2014) Log Message: ----------- [GB.NET.CURL] * BUG: HttpClient.Put() method should send its data correctly now. * NEW: HttpClient.PutFile() is a new method to send a PUT request by taking the data from a file. Modified Paths: -------------- gambas/trunk/gb.net.curl/src/CHttpClient.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-24 12:38:08
|
Revision: 6675 http://sourceforge.net/p/gambas/code/6675 Author: gambas Date: 2014-11-24 12:38:00 +0000 (Mon, 24 Nov 2014) Log Message: ----------- [GB.NET.CURL] * BUG: HttpClient: Internal header array is now correctly managed. Modified Paths: -------------- gambas/trunk/gb.net.curl/src/CHttpClient.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2015-11-08 19:57:19
|
Revision: 7458 http://sourceforge.net/p/gambas/code/7458 Author: tobiasboe Date: 2015-11-08 19:57:18 +0000 (Sun, 08 Nov 2015) Log Message: ----------- [GB.NET.CURL] * NEW: HttpClient.Head() is a new method to issue a HTTP HEAD request. Modified Paths: -------------- gambas/trunk/gb.net.curl/src/CHttpClient.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-01-07 13:05:11
|
Revision: 8045 http://sourceforge.net/p/gambas/code/8045 Author: gambas Date: 2017-01-07 13:05:09 +0000 (Sat, 07 Jan 2017) Log Message: ----------- [GB.NET.CURL] * BUG: HttpClient: Headers are now correctly parsed when the content length is zero. * BUG: HttpClient: Remove the initial space of the reason string. Modified Paths: -------------- gambas/trunk/gb.net.curl/src/CHttpClient.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |