DEBSOURCES
Skip Quicknav
sources / pushpin / 1.36.0-2 / tools / testwebsocket.php
123456789
<?php $body = @file_get_contents('php://input'); header('Content-Type: application/websocket-events'); print $body; ?>