I'm trying to learn about the client-side of HTTP transfers. I want to write a script that will output all client HTTP Headers sent with a request in plaintext, but I've no idea what variables to use, or if the predef vars exist. I tried simply var_dumping $_SERVER, but it doesn't contain what I need.