Thoughts on the httpx / httpcore repo split. #1692
Unanswered
tomchristie
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm strongly thinking we might want to disable the "Issues"/"Discussions" tabs on the
httpcore
repo, and force all issues/discussions to be against HTTPX.Also somewhat minded that
httpcore
prob will end up directly inhttpx
at some point, 'cos for all the benefits of the strict separation, there's a bunch of nice-ness-es that we'd get from having everything in one place that's probably just worth the trade off at some stage.Like, I'm totally happy with how things stand currently, and I think it's a good thing in terms of how it'd helped us evolve the design, and a very careful separation of concerns. But.
In one place would make things more grokkable for anyone digging into the nuts & blots of things. Neater tracebacks too, since we wouldn't have the
httpcore -> httpx
re-raises.But absolutely no rush on that. Also making the switch would not be an API impacting change for HTTPX users, rather an implementation detail.
So we're good.
Note: Originally formulated these thoughts on the chat channel, figure it deserves a discussion ticket for better visibility / history.
Beta Was this translation helpful? Give feedback.
All reactions