repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
serviceworker
/
resources
/
request-headers.php
blob
7cab67800f6caa45c68edf92fdab42b49a4d3088
1
<
?php
2
header
(
'HTTP/1.1 200'
);
3
header
(
'Content-Type: application/json'
);
4
echo
json_encode
(
getallheaders
());
5
?
>