Root of the HTTP status class hierarchy
Instance Methods
#
lib/webrick/httpstatus.rb
View on GitHub
# File tmp/rubies/ruby-2.5.9/lib/webrick/httpstatus.rb, line 31
def code() self::class::code end
Returns the HTTP status code
lib/webrick/httpstatus.rb
View on GitHub
# File tmp/rubies/ruby-2.5.9/lib/webrick/httpstatus.rb, line 34
def reason_phrase() self::class::reason_phrase end
Returns the HTTP status description