Replies: 2 comments 3 replies
-
Not replicating here... >>> import httpx
>>> r = httpx.get('https://httpbin.org/get')
>>> print(r)
<Response [200 OK]> But... you'd be seeing that exception because the server's disconnected during the SSL handshake. Useful prompts to us...
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@tomchristie, problem still exists.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to use bellow code run httpx, but it run as error?
** The Error**
Beta Was this translation helpful? Give feedback.
All reactions