http.php 244 B

123456789101112131415
  1. <?php
  2. /**
  3. * Spiral Framework.
  4. *
  5. * @license MIT
  6. * @author Anton Titov (Wolfy-J)
  7. */
  8. declare(strict_types=1);
  9. return [
  10. 'headers' => [
  11. 'Server' => 'Spiral',
  12. 'Content-Type' => 'text/html; charset=UTF-8'
  13. ],
  14. ];