# File spec/spec_helper.rb, line 62
  def do_GET(req, res)
    res['Content-type'] = 'text/plain'
    res.body = "response\n"
  end