python-hyper / hyper

HTTP/2 for Python.

Home Page:http://hyper.rtfd.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http2bin.org is down

yzhong52 opened this issue · comments

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())

postmanlabs/httpbin#309 (comment)

thanks for the prompt response