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

View File

@@ -86,6 +86,9 @@ feature -- Etag
Result := hash_code.out + revision.out
end
feature -- Output
feature -- Report
hash_code: INTEGER_32