Use HTTP_HEADER instead of WSF_HEADER
(WSF_HEADER is kept for convenience and existing code)
This commit is contained in:
@@ -22,6 +22,8 @@ note
|
||||
class
|
||||
WSF_HEADER
|
||||
|
||||
obsolete "Use HTTP_HEADER [2011-nov-25]"
|
||||
|
||||
inherit
|
||||
HTTP_HEADER
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user