ncr / rack-proxy

A request/response rewriting HTTP proxy. A Rack app.
MIT License
269 stars 94 forks source link

Return HeaderHash in Proxy::normalize_headers #47

Closed janraasch closed 10 years ago

janraasch commented 10 years ago

Otherwise we have differing behaviour in the triplet returned by Proxy#perform_request, which may be unexpected by other middlewares down the pipe.

What do you think?

ncr commented 10 years ago

Thanks Jan!