Closed jcpetruzza closed 8 years ago
No particular reason. I agree, what you suggest should be possible.
I'll probably get to it in the next couple of days.
That was easy. Version 0.1.0.1 on Hackage.
The fix and the upload to hackage are much appreciated, thanks!
The case analysis to handle the
CONNECT
request is currently being done before applyingproxyRequestModifier
to the request. This means that one cannot have the proxy prevent certainCONNECT
requests from succeeding nor fiddle with the host/port where to connect.Is there a reason behind this?