feat: add support for 103 Early Hints (#12)

This commit is contained in:
Kévin Dunglas
2022-10-11 17:40:12 +02:00
committed by GitHub
parent 3712d0d69b
commit 5af6b10d1f
8 changed files with 87 additions and 7 deletions

View File

@@ -3,3 +3,5 @@
/** @generate-class-entries */
function frankenphp_handle_request(callable $callback): bool {}
function headers_send(int $status = 200): int {}