Sign in
webkit
/
WebKit
/
5ee98c8883ab121686764809a2752a0eb41e4c7c
/
.
/
LayoutTests
/
http
/
tests
/
cache
/
resources
/
body.php
blob: c6064c2cac4ce1b484e4f52eab3784bceacb16ab [
file
] [
log
] [
blame
]
<?
php
header
(
'Etag: 123456789'
);
echo file_get_contents
(
'php://input'
);
?>