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