16 lines
262 B
PHP
16 lines
262 B
PHP
<?php
|
|
|
|
header('X-Mink-Test: response-headers');
|
|
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Response headers</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
</head>
|
|
<body>
|
|
<h1>Response headers</h1>
|
|
</body>
|
|
</html>
|