Use HTTP_HEADER instead of WSF_HEADER

(WSF_HEADER is kept for convenience and existing code)
This commit is contained in:
Jocelyn Fiat
2011-11-25 15:53:15 +01:00
parent 48d4d26cda
commit 42be0b2a4e
12 changed files with 29 additions and 27 deletions

View File

@@ -55,7 +55,7 @@ feature -- Execution
execute_application (ctx: APP_REQUEST_HANDLER_CONTEXT; req: WSF_REQUEST; res: WSF_RESPONSE)
local
l_full: BOOLEAN
h: WSF_HEADER
h: HTTP_HEADER
l_login: STRING_8
s: STRING
content_type_supported: ARRAY [STRING]

View File

@@ -42,7 +42,7 @@ feature -- Execution
-- Execute request handler
local
s: STRING
h: WSF_HEADER
h: HTTP_HEADER
do
create h.make
h.put_content_type_text_plain