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

7
testdata/headers.php vendored Normal file
View File

@@ -0,0 +1,7 @@
<?php
header('Foo: bar');
header('Foo2: bar2');
http_response_code(201);
echo 'Hello';