summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/t/assets/doc_root/hello.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--web/server/h2o/libh2o/t/assets/doc_root/hello.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/server/h2o/libh2o/t/assets/doc_root/hello.php b/web/server/h2o/libh2o/t/assets/doc_root/hello.php
new file mode 100644
index 00000000..905beefe
--- /dev/null
+++ b/web/server/h2o/libh2o/t/assets/doc_root/hello.php
@@ -0,0 +1,6 @@
+<?php
+if (isset($_GET['link'])) {
+ header('Link: ' . $_GET['link']);
+}
+echo "hello world";
+?>