Minor code cleanup/typo fix.
This commit is contained in:
committed by
Jocelyn Fiat
parent
77834a3dd8
commit
e5323dd208
@@ -35,8 +35,8 @@ feature -- Execute template
|
|||||||
--| Eventually handle other methods...
|
--| Eventually handle other methods...
|
||||||
execute_extension_method (ctx, req, res)
|
execute_extension_method (ctx, req, res)
|
||||||
end
|
end
|
||||||
rescue
|
-- rescue
|
||||||
handle_internal_server_error ("Internal Server Error", ctx, req, res)
|
-- handle_internal_server_error ("Internal Server Error", ctx, req, res)
|
||||||
end
|
end
|
||||||
|
|
||||||
feature -- Method Post
|
feature -- Method Post
|
||||||
@@ -88,7 +88,7 @@ feature -- Method Get
|
|||||||
|
|
||||||
do_get (ctx: C;req: WSF_REQUEST; res: WSF_RESPONSE)
|
do_get (ctx: C;req: WSF_REQUEST; res: WSF_RESPONSE)
|
||||||
do
|
do
|
||||||
handle_not_implemented ("Method HEAD not implemented", ctx, req, res)
|
handle_not_implemented ("Method GET not implemented", ctx, req, res)
|
||||||
end
|
end
|
||||||
|
|
||||||
feature -- Method DELETE
|
feature -- Method DELETE
|
||||||
|
|||||||
Reference in New Issue
Block a user