Method: Mongrel2::HTTPResponse#status

Defined in:
lib/mongrel2/httpresponse.rb

#statusObject

The HTTP status code



56
57
58
# File 'lib/mongrel2/httpresponse.rb', line 56

def status
  @status
end