Replace the usage of httpx
#71
johnzhou721
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
I'm aware that httpx shares a maintainer with MkDocs, and that the project has had some recent changes in issue handling. I'll admit these changes don't make me especially comfortable, but I'm also not rushing to replace httpx as a dependency. Pressing the fork button is easy. Maintaining a fork is difficult. httpxyz has a lot of work to do to before it can claim to be a maintained fork of httpx. If it's still being actively maintained in 12 months, and/or httpx has demonstrated that it's losing market share, then we might consider switching. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
httpxis maintained by the same person who is the original author of MkDocs, who recently announced plans to work on a MkDocs 2.0, with significant pushback.httpxalso turned off issues and PRs on their repository, for personal reasons of the author. There's also plans for a breaking v1.Reference: https://tildeweb.nl/~michiel/httpxyz.html
So should we recommend something else over
httpxin the tutorials, and at least recommend tutorial users pinhttpx < 1? Or is it fine because the tutorial is not a production project?Beta Was this translation helpful? Give feedback.
All reactions