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

@@ -9,6 +9,7 @@ app = Proc.new do |env|
'Request-Uri' => env['REQUEST_URI'],
'Http-Host' => env['HTTP_HOST'],
'Server-Protocol' => env['SERVER_PROTOCOL'],
'Server-Software' => env['SERVER_SOFTWARE'],
'Custom-Header' => env['HTTP_CUSTOM_HEADER'],
'Rack-Version' => version,
'Rack-Url-Scheme' => env['rack.url_scheme'],