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

@@ -22,6 +22,8 @@ note
class
WSF_HEADER
obsolete "Use HTTP_HEADER [2011-nov-25]"
inherit
HTTP_HEADER

View File

@@ -91,7 +91,7 @@ feature -- Header output operation
status_not_set: not status_is_set
header_not_committed: not header_committed
local
h: WSF_HEADER
h: HTTP_HEADER
i,n: INTEGER
do
set_status_code (a_status_code)