feat: Caddy module

This commit is contained in:
Kévin Dunglas
2021-11-01 00:18:30 +01:00
parent a2607e6be7
commit 290e9e1114
22 changed files with 2629 additions and 1763 deletions

5
testdata/input.php vendored Normal file
View File

@@ -0,0 +1,5 @@
<?php
header('Foo: bar');
echo file_get_contents('php://input');