# File lib_wpm/wpm/webrickdriver.rb, line 41
    def header(name)
      case (name.upcase)
      when 'STATUS'
        return "#{@res.status} #{WEBrick::HTTPStatus::reason_phrase(@res.status)}"
      else
        return @res[name]
      end
    end