Determining which HTTP headers to forward from nginx to node.js

In this answer

http://stackoverflow.com/a/5015178/2308693

the user Joao Da Silva showed what HTTP headers he forwards from nginx to Node.js.

How do you know what headers Node.js needs?

Are there any standards in the protocols about what headers are required, recommended, optional etc.?