[Http-webtest-commits] HTTP-WebTest-Recorder/bin rec-proxy,1.3,1.4
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-03-04 12:34:56
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder/bin In directory sc8-pr-cvs1:/tmp/cvs-serv8737 Modified Files: rec-proxy Log Message: Cosmetic fixes Index: rec-proxy =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/bin/rec-proxy,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** rec-proxy 27 Feb 2003 22:02:35 -0000 1.3 --- rec-proxy 4 Mar 2003 12:34:52 -0000 1.4 *************** *** 156,157 **** --- 156,163 ---- } } + + sub create_recorder { + my $recorder = HTTP::WebTest::Recorder->new(ui_path => $OPTIONS{path}); + $recorder->filter({ header => { Content_Type => 'text/html' } }); + return $recorder; + } |