Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-14 | tests:webclient: add User-Agent header to request. | Michael Adam | 1 | -2/+9 | |
Michael | |||||
2009-09-10 | tests:webclient: add complete GPL boilerplate. | Michael Adam | 1 | -2/+13 | |
Michael | |||||
2009-09-10 | tests: add a simple web client written in perl. | Michael Adam | 1 | -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 |