Hacker News new | ask | show | jobs
by jasonjayr 2082 days ago
FastCGI transmits the headers via its protocol socket and doesn't rely on environment variable mechanisms to transmit them.

Some fcgi libraries may convert the headers into Env Vars to make it "easier" for code, but it is not strictly necessary.