... that would enable the use of Node packages that are web request aware... e.g. interrogate the browser request for accept-language headers? I did find [this in HttpNodeInstanceEntryPoint.ts](https://github.com/aspnet/JavaScriptServices/blob/dev/src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts#L14): `const server = http.createServer((req, res) => {` Which indicates that NodeServices _might_ be able to be web aware...?
... that would enable the use of Node packages that are web request aware... e.g. interrogate the browser request for accept-language headers?
I did find this in HttpNodeInstanceEntryPoint.ts:
const server = http.createServer((req, res) => {Which indicates that NodeServices might be able to be web aware...?