Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
docs4you
/
cab
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cab
/
build
/
WINDOWS
/
Plugins
/
inetc
/
Examples
/
Inetc
/
headers.php
docs4you
Upload 487 files
27867f1
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
128 Bytes
<?php
$headers
=
apache_request_headers
();
foreach
(
$headers
as
$header
=>
$value
) {
echo
"
$header
:
$value
<br />\n"
;
}
?>