feat: add go_apache_request_headers()

This commit is contained in:
Kévin Dunglas
2024-01-22 13:23:37 +01:00
parent a92d774742
commit 49baf02035
7 changed files with 96 additions and 2 deletions

View File

@@ -12,3 +12,10 @@ function frankenphp_finish_request(): bool {}
* @alias frankenphp_finish_request
*/
function fastcgi_finish_request(): bool {}
function apache_request_headers(): array {}
/**
* @alias apache_request_headers
*/
function getallheaders(): array {}