python-hyper / hyper

HTTP/2 for Python.
http://hyper.rtfd.org/en/latest/
MIT License
1.05k stars 191 forks source link

http2bin.org is down #363

Closed yzhong52 closed 6 years ago

yzhong52 commented 6 years ago

Looks like the example code no longer works since the sever http2bin.org is down:

from hyper import HTTPConnection

conn = HTTPConnection('http2bin.org:443')
conn.request('GET', '/get')
resp = conn.get_response()

print(resp.read())

https://github.com/kennethreitz/httpbin/issues/309#issuecomment-339558664

yzhong52 commented 6 years ago

thanks for the prompt response