Files

6 lines
154 B
PHP
Raw Permalink Normal View History

2026-07-21 08:39:17 -04:00
<?php
Q::header('X-Custom-Header: hello');
Q::header('Cache-Control: public, max-age=300');
Q::header('HTTP/1.1 201 Created', true, 201);
echo 'created';