File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
network/protocol/http/src Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525inherit
2626 ITERABLE [READABLE_STRING_ 8 ]
2727
28- HTTP_HEADER_BUILDER
28+ HTTP_HEADER_MODIFIER
2929
3030create
3131 make ,
Original file line number Diff line number Diff line change 11note
22 description : " [
3- The class provides an easy way to build HTTP header text
3+ The class provides an easy way to build and modify HTTP header text
44 thanks to add_header (..) and put_header (..)
55
66 You will also find some helper features to help coding most common usages
2020 revision : " $Revision$"
2121
2222deferred class
23- HTTP_HEADER_BUILDER
23+ HTTP_HEADER_MODIFIER
2424
2525inherit
2626 ITERABLE [READABLE_STRING_ 8 ]
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ feature {WSF_RESPONSE_EXPORTER} -- Header output operation
172172
173173feature -- Header access
174174
175- header : HTTP_HEADER_BUILDER
175+ header : HTTP_HEADER_MODIFIER
176176 -- Associated header builder interface.
177177 local
178178 res : like internal_response_header
Original file line number Diff line number Diff line change 99 WSF_RESPONSE_HEADER
1010
1111inherit
12- HTTP_HEADER_BUILDER
12+ HTTP_HEADER_MODIFIER
1313
1414 WSF_RESPONSE_EXPORTER -- to access WSF_RESPONSE.internal_header
1515
You can’t perform that action at this time.
0 commit comments