senchalabs / connect

Connect is a middleware layer for Node.js
MIT License
9.84k stars 1.09k forks source link

Stream based middleware for response modification #1109

Closed kaysond closed 6 years ago

kaysond commented 6 years ago

I've written a middleware that makes it easy to modify responses (particularly from a proxy). I'd love to get official support from the connect/express teams. I'm also happy to make changes. Interested? @dougwilson

https://github.com/kaysond/http-proxy-interceptor

dougwilson commented 6 years ago

Nice module! Happy to help out. What are you looking for? For example what does "[…] get official support […]" mean, exactly?

kaysond commented 6 years ago

Thanks! I mostly mean adding it to your readme. Also getting input on changes you think would make it more useful. I'd like to get some more traffic to it so I can actively maintain something that's actually being used.

dougwilson commented 6 years ago

So you mean add it to the wiki https://github.com/senchalabs/connect/wiki#contrib-middleware ?

kaysond commented 6 years ago

Ah I meant the README.md in the repo, but I now see all of those are actually on the expressjs github account. I just added it to the wiki. Thanks!