renamed HTTP_HEADER_BUILDER as HTTP_HEADER_MODIFIER

This commit is contained in:
2014-05-14 09:35:55 +02:00
parent da92d2d365
commit cb3de17be9
4 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ class
inherit
ITERABLE [READABLE_STRING_8]
HTTP_HEADER_BUILDER
HTTP_HEADER_MODIFIER
create
make,

View File

@@ -1,6 +1,6 @@
note
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 (..)
You will also find some helper features to help coding most common usages
@@ -20,7 +20,7 @@ note
revision: "$Revision$"
deferred class
HTTP_HEADER_BUILDER
HTTP_HEADER_MODIFIER
inherit
ITERABLE [READABLE_STRING_8]