Migrated simple, simple_file and upload_image example.

Adapted EWF accordingly.
This commit is contained in:
2015-03-25 14:56:38 +01:00
parent bf0eb9a02d
commit b4a9c92ffc
13 changed files with 808 additions and 262 deletions

View File

@@ -28,6 +28,14 @@ feature {NONE} -- Initialization
Precursor (req, res)
create request.make_from_wgi (wgi_request)
create response.make_from_wgi (wgi_response)
initialize
end
initialize
-- Initialize Current object.
--| To be redefined if needed.
do
end
feature {NONE} -- Access