class WEBrick::HTTPStatus::Status
Root of the HTTP status class hierarchy
Public Instance Methods
Source
# File vendor/bundle/ruby/3.4.0/gems/webrick-1.9.1/lib/webrick/httpstatus.rb, line 31 def code() self::class::code end
Returns the HTTP status code
Source
# File vendor/bundle/ruby/3.4.0/gems/webrick-1.9.1/lib/webrick/httpstatus.rb, line 34 def reason_phrase() self::class::reason_phrase end
Returns the HTTP status description