raw-sample.php 89 B

12345
  1. <?php
  2. header("Content-type: text/plain");
  3. echo("This is sample text/plain response!");