changed prefix GW_ into EWF_ for EiffelWebFramework

use READABLE_STRING_GENERAL instead of just STRING
This commit is contained in:
Jocelyn Fiat
2011-08-25 16:00:18 +02:00
parent 53ccaa3fde
commit c20600f281
24 changed files with 63 additions and 63 deletions

View File

@@ -21,7 +21,7 @@ feature -- Helper
local
s, uri_s: detachable STRING
i, n: INTEGER
h: GW_HEADER
h: EWF_HEADER
do
create h.make
h.put_status ({HTTP_STATUS_CODE}.unsupported_media_type)

View File

@@ -53,7 +53,7 @@ feature -- Execution
execute_default (req: EWSGI_REQUEST; res: EWSGI_RESPONSE_BUFFER)
local
h: GW_HEADER
h: EWF_HEADER
l_url: STRING
e: EXECUTION_ENVIRONMENT
n: INTEGER
@@ -120,7 +120,7 @@ feature -- Execution
local
l_response_content_type: detachable STRING
msg: STRING
h: GW_HEADER
h: EWF_HEADER
content_type_supported: ARRAY [STRING]
do
if a_name /= Void then