class WEBrick::HTTPResponse

def status_line

def status_line
  "HTTP/#@http_version #@status #@reason_phrase".rstrip << CRLF
end