Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more

In Files

  • webrick/httpstatus.rb

Parent

Class/Module Index [+]

Quicksearch

WEBrick::HTTPStatus::Status

Root of the HTTP status class hierarchy

Public Instance Methods

code() click to toggle source

Returns the HTTP status code

 
               # File webrick/httpstatus.rb, line 32
def code() self::class::code end
            
Also aliased as: to_i
reason_phrase() click to toggle source

Returns the HTTP status description

 
               # File webrick/httpstatus.rb, line 35
def reason_phrase() self::class::reason_phrase end
            
to_i() click to toggle source
Alias for: code

Commenting is here to help enhance the documentation. For example, code samples, or clarification of the documentation.

If you have questions about Ruby or the documentation, please post to one of the Ruby mailing lists. You will get better, faster, help that way.

If you wish to post a correction of the docs, please do so, but also file bug report so that it can be corrected for the next release. Thank you.

If you want to help improve the Ruby documentation, please visit Documenting-ruby.org.