index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
blame
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
php
/
fastcgi_finish_request
/
server.php
blob: af71c5f21835d4f4235dcbeaadd23bfa951cbd43 (
plain
) (
tree
)
b9e8d807
1
2
3
4
<?
php
echo
$_SERVER
[
'REQUEST_METHOD'
];
echo
$_SERVER
[
'HTTP_HOST'
];
?>