Wesley Beary
Wesley Beary
We've had challenges figuring out an effective test setup for end-to-end testing of proxy settings and permutations, but it would be great to address this in more detail (and possibly...
/cc @jclem Not sure what all we could borrow, but allowing strings instead of regexes seems like it could be super handy.
presently it doesn't appear that it will be used properly in proxy setup or redirector middleware
It would simply write to response body. I think this could allow for a simplification of response parsing (as presumably the conditional around response_block could be dropped).
It was brought up that the ResponseParser usage is not intuitive. ie there was an expectation that the first middleware in the response stack would receive the response (not an...
May break things for some people, so probably should wait for 1.0.0 and have caution applied.
Greetings. I've been trying to work through the repos and get them setup on shared github actions config for consistency and ease of maintenance. This should make those changes here,...
We have accumulated a mix of different parameter names and usage patterns in our ssl passthrough stuff. None of it matches the underlying ssl implementation (which might be fine), but...