th2c icon indicating copy to clipboard operation
th2c copied to clipboard

Tornado HTTP/2 Client

Results 4 th2c issues
Sort by recently updated
recently updated
newest added

HTTPError is automatically raised in [client.py](https://github.com/vladmunteanu/th2c/blob/dc47c456509fdb6f6b9fc2b121c46412c536b6d0/th2c/client.py#L180) We should accept a parameter in `fetch` and return the response object if necessary.

enhancement
good first issue

The client should be usable without defining a new instance for each new host:port. The logic from the client for connection reusability should be moved inside HTTP2ClientConnection.

enhancement

Follow redirects if configured so, by identifying the next host and spawning a new client to handle the new request. The new client should not auto_reconnect ( see #5 ).

enhancement

Bumps [tornado](https://github.com/tornadoweb/tornado) from 4.5.2 to 6.3.3. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0...

dependencies