|
|
|
|
|
by florimondmanca
2418 days ago
|
|
Python HTTPX co-maintainer here: AFAIK, Ruby's HTTPX did not inspire Python's HTTPX. Eg. the name came from a totally unrelated discussion, and research did not yield results about Ruby's counterpart back then [0]. In fact, Python HTTPX started with requests-async [1], which was then spun up into httpcore, which was then renamed to http3, and finally HTTPX. Still very funny to me that these two projects (Python HTTPX and Ruby HTTPX) have so much in common: HTTP/2 support, API compatibility with the current de-facto HTTP library of the language, etc. [0]: https://github.com/python-http/discussions/issues/1#issuecom... [1]: https://github.com/encode/requests-async |
|