Open yungsters opened 10 years ago
res.header() sets the header instead of getting it. The current implementation generates the following HTTP response:
res.header()
HTTP/1.1 200 OK 0: E 1: T 2: a 3: g X-Powered-By: Express [...]
+1
res.header()
sets the header instead of getting it. The current implementation generates the following HTTP response: