Ross A. Baker
Ross A. Baker
I think @hamnis is right, but that's a tricky behavior out of the box. We can't add the headers ourselves, because there are no headers on the error channel. And...
Yes, I got tricked by the label and moved too fast.
The implicit handling gets to @refried's question about `decode` vs. `as` a couple days ago. We need to solidify and document that story. All of these failure handlers are terse...
I agree with all of this. The case-sensitivity of the parameters is the toughest case, if some, but not all, parameters are case sensitive. That's a significant modeling challenge.
I'm in favor of deprecating `SimpleHttpClient`. `PooledHttp1Client` is the only thing I've ever used for non-throwaway code.
I'd love to have some description of the configuration, and also a guide to which backend to choose, now that we have several. I can imagine a table like this,...
@san-coding If you're interested in this one, I can assign it to you.
:+1:, and as a method.
It looks like @jyoo980 has a commit that does this, but I haven't noticed a PR yet. @jyoo980, are you still working on this?
Tests should be relatively easy on this one: 1. Grab a decoder. 2. Call `withMediaRanges` (which is what I'd call the method) 3. Assert that `consumes` on the decoder equals...