mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
6 lines
83 B
PHP
6 lines
83 B
PHP
<?php
|
|
|
|
header('Content-Type: text/plain');
|
|
|
|
echo file_get_contents('php://input');
|