summaryrefslogtreecommitdiff
path: root/tests/scripts/webclient.pl (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-09-10tests: add a simple web client written in perl.Michael Adam1-0/+46
This should be one of the test tools for writing our testsuite. This can be used to make direct connects to web servers like so: webclient.pl server_ip:port /path/file.html and to make requestis via a proxy like this: webclient.pl proxy_ip:port http://webserver:port/path/file.html Michael