Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-13 | tests/webclient: return error when HTTP status > 399 | rofl0r | |
2009-10-12 | tests:webclient: add option to send a request entity (body) | Michael Adam | |
2009-09-27 | tests:webclient: allow HTTP/1.0 requests with methods other than GET | Michael Adam | |
Michael | |||
2009-09-20 | tests:webclient: fix default version (string, not number...) | Michael Adam | |
Michael | |||
2009-09-17 | tests:webclient: add copyright notice to the pod documentation. | Michael Adam | |
Michael | |||
2009-09-17 | tests:webclient: reduce duplication. | Michael Adam | |
Michael | |||
2009-09-16 | tests:webclient: add a --dry-run mode that prints the request to stdout | Michael Adam | |
and does not connect to the server at all. Michael | |||
2009-09-16 | tests:webclient: extend webclient to support HTTP/0.9, 1.0 and 1.1 requests. | Michael Adam | |
Enable spcifying HTTP protocol version on command line ( --http-version). Enable specifying method (GET, CONNECT, ...) on the command line (--method). Add POD documentation. Use pod2usage() to print help message. Michael | |||
2009-09-14 | tests:webclient: add User-Agent header to request. | Michael Adam | |
Michael | |||
2009-09-10 | tests:webclient: add complete GPL boilerplate. | Michael Adam | |
Michael | |||
2009-09-10 | tests: add a simple web client written in perl. | Michael Adam | |
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 |