# File lib/mechanize/test_case.rb, line 452 def do_POST(req, res) res['Content-Type'] = "text/html" res.body = req['Referer'] || '' end