= private = protected
status=(status)
Sets the response’s status to the status code
# File lib/webrick/httpresponse.rb, line 124 def status=(status) @status = status @reason_phrase = HTTPStatus::reason_phrase(status) end