Fixed typo and missing uri_template reference for draft rest library

This commit is contained in:
Jocelyn Fiat
2011-12-15 14:40:43 +01:00
parent da3594db50
commit 1698a06ea0
4 changed files with 4 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ feature {NONE} -- Initialization
do
create connector.make (Current)
end
feature -- Execution
launch
@@ -46,7 +46,7 @@ feature -- Execution
feature -- Status report
connector: detachable WGI_LIBCGI_CONNECTOR
connector: detachable WGI_LIBFCGI_CONNECTOR
-- Default service name
;note

View File

@@ -147,7 +147,6 @@ feature -- Execution
respond_file (f: FILE; ctx: C; req: WSF_REQUEST; res: WSF_RESPONSE)
local
h: HTTP_HEADER
ext: READABLE_STRING_8
ct: detachable READABLE_STRING_8
fres: WSF_FILE_RESPONSE