Update Restbucks example: Conditional GET, PUT.

Added a response method to support resource not
modified.
Added a ETAG_UTILS class to calcule md5_digest.
Added ext libs eel and eapml.
This commit is contained in:
jvelilla
2011-10-21 08:26:14 -03:00
parent 8255dfd996
commit 9f53287226
5 changed files with 105 additions and 5 deletions

6
.gitmodules vendored
View File

@@ -10,3 +10,9 @@
[submodule "ext/ise_library/curl"]
path = ext/ise_library/curl
url = http://github.com/EiffelSoftware/mirror-Eiffel-cURL.git
[submodule "ext/crypto/eel"]
path = ext/crypto/eel
url = http://github.com/Eiffel-World/eel.git
[submodule "ext/crypto/eapml"]
path = ext/crypto/eapml
url = http://github.com/Eiffel-World/eapml.git