Sean McArthur
Sean McArthur
Thanks for adding this! Yes, I'd prefer the clippy changes weren't part of the PR. (I don't generally listen to clippy, actually...)
It probably should return an error when the Uri/Authority itself is parsed, not when calling the accessor.
That's what I kind of thought when looking at this too, it's a breaking change. We could consider it for the next major release, but I don't know when that...
Note, we haven't yet replaced the pool in reqwest, that will come soon.
Thanks for the PR! We currently are able to send proxy auth without this. For instance, reqwest adds the information based on various factors. So, part of me thinks it...
Oh, thanks! Let me just rebase my own branch on master to clear up the unrelated parts.
Seems reasonable to me :)