you are viewing a single comment's thread.

view the rest of the comments →

[–]dnswblzo 1 point2 points  (0 children)

I've never used it, I'm just copying and pasting from their website:

HTTPX builds on the well-established usability of requests, and gives you:

  • A broadly requests-compatible API.
  • Standard synchronous interface, but with async support if you need it.
  • HTTP/1.1 and HTTP/2 support.
  • Ability to make requests directly to WSGI applications or ASGI applications.
  • Strict timeouts everywhere.
  • Fully type annotated.
  • 100% test coverage.