While working on #2681 I noticed that the way we pass the request and response param is a bit brittle, if someone updates the context to remove either then things will break (especially when removing response)
I propose we move request and response on Info
, so they are always available (when doing HTTP requests).
The annoying thing of this is that we'll have two more Generic TypeVars on the Info
parameter, but it is probably for the best?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too