Method: Mongrel2::HTTPResponse#status_is_informational?
- Defined in:
- lib/mongrel2/httpresponse.rb
#status_is_informational? ⇒ Boolean
Return true if response is in the 1XX range
106 107 108 |
# File 'lib/mongrel2/httpresponse.rb', line 106 def status_is_informational? return self.status_category == 1 end |