This commit is contained in:
YNH Webdev
2013-08-27 13:53:34 +02:00
parent b5b71a3db0
commit c224bf1bb1

View File

@@ -32,7 +32,6 @@ feature -- Basic operations
-- the response headers.
res.put_header ({HTTP_STATUS_CODE}.ok, <<["Content-Type", "text/plain"], ["Content-Length", "11"]>>)
res.put_string ("Hello World 99 just another mod")
res.put_string ("Hello World reloaded")
end
end