Added the add_cookie feature

Added test cases to check cookies in WSF_RESPONSE-
Added mock classes use for test cases.
This commit is contained in:
jvelilla
2015-03-17 14:27:53 -03:00
parent 4a35ff7b77
commit c4d362ff31
4 changed files with 334 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
note
description: "Summary description for {WSF_SERVICE_NULL}."
author: ""
date: "$Date$"
revision: "$Revision$"
class
WSF_SERVICE_NULL
inherit
WSF_SERVICE
feature -- Execute
execute (req: WSF_REQUEST; res: WSF_RESPONSE)
-- Execute the request
-- See `req.input' for input stream
-- `req.meta_variables' for the CGI meta variable
-- and `res' for output buffer
do
end
end