vladmunteanu / th2c

Tornado HTTP/2 Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTPError is automatically raised if response code < 200 or >= 300

vladmunteanu opened this issue · comments

HTTPError is automatically raised in client.py

We should accept a parameter in fetch and return the response object if necessary.