Updated basic documentation

This commit is contained in:
jvelilla
2015-06-29 19:03:54 -03:00
parent 57048373f4
commit b16e4aa570
2 changed files with 17 additions and 43 deletions

View File

@@ -22,5 +22,4 @@ feature -- Basic operations
response.put_header ({HTTP_STATUS_CODE}.ok, <<["Content-Type", "text/plain"], ["Content-Length", "11"]>>)
response.put_string ("Hello World")
end
end