class HTTP::Response::Status

def to_s

Returns:
  • (String) - string representation of HTTP status
def to_s
  "#{code} #{reason}".strip
end