applied write_ as put_ renaming to examples
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user