Uh oh!
There was an error while loading. Please reload this page.
Transport API - #963
Conversation
Also rename *Dispatch classes to *Transport and added aliases
yeraydiazdiaz
commented
May 20, 2020
Hmmm, not sure what's going on here, all checks are "cancelled" and there's no log at all so I guess I'll try again later 🤷♂️ |
lovelydinosaur
left a comment
There was a problem hiding this comment.
Fab yup! A few notes. Looking great. 👍
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lovelydinosaur
commented
May 20, 2020
Looks like a linter failure on import sorting... https://github.com/encode/httpx/pull/963/checks?check_run_id=693477366 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
florimondmanca
left a comment
There was a problem hiding this comment.
Nice!
I assume the docs would need updating too - we're still using the Dispatch phrasing there as of the current state of this PR. Do we want to update it in this PR or as a follow-up?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
yeraydiazdiaz
commented
May 21, 2020
Probably best to change the docs now, there's quite a few code snippets using |
Uh oh!
There was an error while loading. Please reload this page.
lovelydinosaur
left a comment
There was a problem hiding this comment.
I'm happy with this whenever you are! Fantastic bit of work and really keen to see this land!
lovelydinosaur
commented
May 21, 2020
Great, once everyone's happy let's get this in as it is. Couple of follow ups I can think of, which I'll open individual issues for. |
yeraydiazdiaz
commented
May 21, 2020
Thanks all! 🎉 |
* Use new typing style * Pass all checks
Closeshttps://github.com/encode/httpx/issues/768
I did somedispatch > transportrenaming but did not rename the_dispatchpackage and the*Dispatchclasses in it. I considered renaming the package to_transportsand all classes to*Transportwith*Dispatchaliases but thought it might be better to check first.Edit: Pipelines failed for some reason so I went for it while I gave GH actions some time to sort themselves out.