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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
web-apps
/
004-test.cgi
blob
4db9ca12fe299f50ede0494ec41b6186b40e9132
1
#!/usr/bin/perl -wT
2
use
strict
;
3
4
print
"Content-Type: text/plain
\n
Cache-Control: no-store
\n\n
RESULT:[
$ENV
{'HTTP_X_TEST_HEADER1'}][
$ENV
{'HTTP_X_TEST_HEADER2'}]"
;