ソースを参照

Add CGI test for windows, that does not need an extra interpreter

bel 10 年 前
コミット
ceb5f39461
2 ファイル変更7 行追加0 行削除
  1. 2 0
      test/windows.cgi
  2. 5 0
      test/windows.cgi.cmd

+ 2 - 0
test/windows.cgi

@@ -0,0 +1,2 @@
+#!windows.cgi.cmd
+

+ 5 - 0
test/windows.cgi.cmd

@@ -0,0 +1,5 @@
+@echo off
+echo HTTP/1.1 200 OK
+echo Connection: close
+echo.
+echo CGI test