Jocelyn Fiat
49c3e8e789
Renamed "ext" folder as "contrib" folder and reorganized a little bit
...
Renamed any *_APPLICATION as *_SERVICE
mainly because those components
such as WSF_APPLICATION, renamed as WSF_SERVICE
are not always the main application entry, and "service" describe them better
Minor implementation change in WSF_REQUEST
Cosmetics
2011-11-17 15:50:30 +01:00
Jocelyn Fiat
955f73dee9
Added various README.md (using the markdown syntax)
2011-11-14 19:00:00 +01:00
Jocelyn Fiat
0f5ae7e153
fixed path to cURL.ecf file, using the correct uppercase
2011-10-31 09:14:43 -07:00
Jocelyn Fiat
45292e0248
Better implementation to get http header for http_client, and to get list of header entries by key,value
2011-10-31 16:05:34 +01:00
jvelilla
bd36aa8b04
Added headers to response in HTTP_CLIENT_RESPONSE
2011-10-28 14:25:26 -03:00
Jocelyn Fiat
fcdc164214
Added data and file for post and put request methods
2011-10-12 21:45:57 +02:00
Jocelyn Fiat
c2b66d6ca6
Use local curl if compiler is < 7.0.8.7340
...
otherwise, use ISE_LIBRARY cURL
2011-10-11 11:09:00 +02:00
Jocelyn Fiat
6758c4aef4
Temporary fixed issue of using modified cURL (which is cURL provided with EiffelStudio 7.0)
...
This changes will be reverted in the future
2011-10-11 10:46:56 +02:00
Jocelyn Fiat
f77ba9ccd8
added submodule ext/ise_library/curl to use the updated Eiffel cURL from ISE.
2011-10-10 17:48:18 +02:00
Jocelyn Fiat
e5eb11b4e7
added support for data in POST request
2011-10-06 19:09:17 +02:00
Jocelyn Fiat
34c8cfa427
cleaned http_client configuration files
2011-09-28 14:53:34 +02:00
Jocelyn Fiat
95ec2e77df
Added error reporting in HTTP_CLIENT_RESPONSE
...
Added missing set_connect_timeout
2011-09-23 18:18:27 +02:00
Jocelyn Fiat
dae8e1d67d
Made all libraries compilable in any mode (voidsafe or not)
...
Fixed related examples
2011-09-22 15:12:33 +02:00
Jocelyn Fiat
88c015470e
better return type for http client functions
...
added helper features
2011-09-21 15:29:12 +02:00
Jocelyn Fiat
0414cd4501
fixed case sensitive path
2011-09-20 18:19:23 +02:00
Jocelyn Fiat
284d7826c8
missing -safe.ecf config file for http_client
2011-09-20 16:59:54 +02:00
Jocelyn Fiat
c2f7c198e0
Added simple HTTP client.
...
For now the implementation is using Eiffel cURL library.
It requires Eiffel cURL coming with next EiffelStudio 7.0 (or from eiffelstudio's repo from rev#87244 )
2011-09-20 16:55:44 +02:00