mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
6 lines
83 B
PHP
6 lines
83 B
PHP
<?php
|
|
|
|
header('Content-Type: text/plain');
|
|
|
|
echo file_get_contents('php://input');
|