renamed HTTP_HEADER_BUILDER as HTTP_HEADER_MODIFIER
This commit is contained in:
@@ -25,7 +25,7 @@ class
|
|||||||
inherit
|
inherit
|
||||||
ITERABLE [READABLE_STRING_8]
|
ITERABLE [READABLE_STRING_8]
|
||||||
|
|
||||||
HTTP_HEADER_BUILDER
|
HTTP_HEADER_MODIFIER
|
||||||
|
|
||||||
create
|
create
|
||||||
make,
|
make,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
note
|
note
|
||||||
description: "[
|
description: "[
|
||||||
The class provides an easy way to build HTTP header text
|
The class provides an easy way to build and modify HTTP header text
|
||||||
thanks to add_header (..) and put_header (..)
|
thanks to add_header (..) and put_header (..)
|
||||||
|
|
||||||
You will also find some helper features to help coding most common usages
|
You will also find some helper features to help coding most common usages
|
||||||
@@ -20,7 +20,7 @@ note
|
|||||||
revision: "$Revision$"
|
revision: "$Revision$"
|
||||||
|
|
||||||
deferred class
|
deferred class
|
||||||
HTTP_HEADER_BUILDER
|
HTTP_HEADER_MODIFIER
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
ITERABLE [READABLE_STRING_8]
|
ITERABLE [READABLE_STRING_8]
|
||||||
@@ -172,7 +172,7 @@ feature {WSF_RESPONSE_EXPORTER} -- Header output operation
|
|||||||
|
|
||||||
feature -- Header access
|
feature -- Header access
|
||||||
|
|
||||||
header: HTTP_HEADER_BUILDER
|
header: HTTP_HEADER_MODIFIER
|
||||||
-- Associated header builder interface.
|
-- Associated header builder interface.
|
||||||
local
|
local
|
||||||
res: like internal_response_header
|
res: like internal_response_header
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ class
|
|||||||
WSF_RESPONSE_HEADER
|
WSF_RESPONSE_HEADER
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
HTTP_HEADER_BUILDER
|
HTTP_HEADER_MODIFIER
|
||||||
|
|
||||||
WSF_RESPONSE_EXPORTER -- to access WSF_RESPONSE.internal_header
|
WSF_RESPONSE_EXPORTER -- to access WSF_RESPONSE.internal_header
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user