Tests: added tests for SERVER_SOFTWARE variable.

This commit is contained in:
Andrey Zelenkov
2018-05-21 16:41:33 +03:00
parent 3e8dbfe5ff
commit 7d224bfc9e
6 changed files with 15 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ my $app = sub {
'Request-Uri' => $environ->{'REQUEST_URI'},
'Http-Host' => $environ->{'HTTP_HOST'},
'Server-Protocol' => $environ->{'SERVER_PROTOCOL'},
'Server-Software' => $environ->{'SERVER_SOFTWARE'},
'Custom-Header' => $environ->{'HTTP_CUSTOM_HEADER'},
'Psgi-Version' => $version,
'Psgi-Url-Scheme' => $environ->{'psgi.url_scheme'},