xref: /openbsd-src/regress/usr.sbin/relayd/args-http.pl (revision e1c6cc069bd9216a334b6730327e986b16fb815d)
1# test http connection over http relay
2
3use strict;
4use warnings;
5
6our %args = (
7    client => {
8	func => \&http_client,
9    },
10    relayd => {
11	protocol => [ "http" ],
12    },
13    server => {
14	func => \&http_server,
15    },
16    len => 251,
17    md5 => "bc3a3f39af35fe5b1687903da2b00c7f",
18);
19
201;
21