What is the problem this feature will solve?
I would like for standard Headers to be passable to http response.writeHead
An example:
http.createServer((req, res) => {
const headers = new Headers()
res.writeHead(200, 'OK', headers)
})
What is the feature you are proposing to solve the problem?
Want things that are more web-ish
What alternatives have you considered?
No response
What is the problem this feature will solve?
I would like for standard Headers to be passable to http
response.writeHeadAn example:
What is the feature you are proposing to solve the problem?
Want things that are more web-ish
What alternatives have you considered?
No response