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...
|
2 replies
|
@tomchristie, problem still exists. |
1 reply
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.
I try to use bellow code run httpx, but it run as error?
** The Error**
All reactions