colyseus / uWebSockets-express

Express API compatibility layer for uWebSockets.js
https://npmjs.com/package/uwebsockets-express
MIT License
56 stars 13 forks source link

Added support for duplicate headers and Response.append #7

Closed ryanwillis closed 3 years ago

ryanwillis commented 3 years ago

Adjusted Response._headers structure to allow array values, more closely resembling Express' implementation. This allows for duplicate headers like set-cookie. Also added the append function to Response. Hoping this will pave the way for Response.cookie.

endel commented 3 years ago

Thank you so much for your PR @ryanwillis <3 I added a simple test case for your .append() method!