File: 01api.t

package info (click to toggle)
libapache-ssllookup-perl 2.00-04-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 216 kB
  • sloc: perl: 209; makefile: 11; ansic: 10; sh: 5
file content (15 lines) | stat: -rwxr-xr-x 289 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use strict;
use warnings FATAL => qw(all);

use Apache::Test;
use Apache::TestRequest;

my $hostport = Apache::Test::config
                ->{vhosts}
                ->{TestLive}
                ->{hostport};

my $url = "https://$hostport/TestLive__01api/";

print GET_BODY_ASSERT $url;