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