DavidTPate / transform-header

Express Middleware to Transform a Header to either a Request Property or another Header
MIT License
0 stars 0 forks source link

Need to Handle Multiple Values for the Same Header #4

Open DavidTPate opened 10 years ago

DavidTPate commented 10 years ago

In Node.js core multiple headers are joined with a comma, need to support that here.