applied write_ as put_ renaming to examples

This commit is contained in:
Jocelyn Fiat
2011-12-18 12:55:42 +01:00
parent c8efa04147
commit 6b50ab8c55
3 changed files with 11 additions and 11 deletions
@@ -63,8 +63,8 @@ feature -- Execution
h.put_content_length (l_description.count)
h.put_current_date
res.set_status_code ({HTTP_STATUS_CODE}.method_not_allowed)
res.write_header_text (h.string)
res.write_string (l_description)
res.put_header_text (h.string)
res.put_string (l_description)
end
note