Method: Mongrel2::HTTPResponse#handled?
- Defined in:
- lib/mongrel2/httpresponse.rb
#handled? ⇒ Boolean Also known as: is_handled?
Returns true if the response is ready to be sent to the client.
83 84 85 |
# File 'lib/mongrel2/httpresponse.rb', line 83 def handled? return ! @status.nil? end |