popomore / koa-proxy

Proxy middleware for koa
223 stars 102 forks source link

Added suppressRequestHeaders and suppressResponseHeaders options #54

Closed Yugloocamai closed 7 years ago

Yugloocamai commented 7 years ago

You may now suppress arbitrary headers in requests and responses. Suppress 'cookie' or 'connection'. Useful in many ways.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.5%) to 97.368% when pulling d596a64b85afe6b2ed856618c89b3aed49ba30ba on Yugloocamai:master into c2483f54c8c2c6437924dcc182c2a30f92a9a18d on popomore:master.

Yugloocamai commented 7 years ago

@popomore Any chance of this getting merged in? It's been extremely useful to me, and I'd prefer to pull from your official repo instead of a fork.

popomore commented 7 years ago