agrueneberg / Corser

CORS middleware for Node.js
MIT License
91 stars 11 forks source link

Add addMethod / addRequestHeader / addResponseHeader convenience methods #13

Closed agrueneberg closed 10 years ago

agrueneberg commented 10 years ago

The only way I see to do this is to either add methods to the request listener, or methods to the simple arrays, essentially replacing concat with something like addHeader. Not worth it.