From 67094790d2d9db5c99e7c136f49061a78698e57d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 24 Nov 2025 04:58:38 +0900 Subject: Add vhosts/t/phpcon-kagawa-2025/ --- .../src/PhpConKagawa2025/HealthHandler.php | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/HealthHandler.php (limited to 'vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/HealthHandler.php') diff --git a/vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/HealthHandler.php b/vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/HealthHandler.php new file mode 100644 index 0000000..2c2d1b5 --- /dev/null +++ b/vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/HealthHandler.php @@ -0,0 +1,29 @@ +responseFactory->createResponse(200) + ->withHeader('Content-Type', 'text/plain; charset=UTF-8') + ->withBody($this->streamFactory->createStream($body)); + } +} -- cgit v1.2.3-70-g09d2