Skip to content

Refactor interfaces#252

Merged
florimondmanca merged 4 commits intomasterfrom
refactor-interfaces
Aug 21, 2019
Merged

Refactor interfaces#252
florimondmanca merged 4 commits intomasterfrom
refactor-interfaces

Conversation

@lovelydinosaur
Copy link
Contributor

@lovelydinosaur lovelydinosaur commented Aug 20, 2019

Okay, so I think this is an improvement, in that it keeps all of our concurrency and dispatch stuff more isolated.

  • Move concurrency interfaces into httpx/concurrency/base.py
  • Move dispatch interfaces into httpx/dispatch/base.py (Dispatcher, AsyncDispatcher)
  • Drop httpx/interfaces.py

Closes #249

Copy link
Contributor

@sethmlarson sethmlarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Copy link
Contributor

@florimondmanca florimondmanca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me as well :)

@florimondmanca florimondmanca merged commit c0554e9 into master Aug 21, 2019
@florimondmanca florimondmanca deleted the refactor-interfaces branch August 21, 2019 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Concurrency interfaces

3 participants