hyper icon indicating copy to clipboard operation
hyper copied to clipboard

HTTP/2 for Python.

Results 100 hyper issues
Sort by recently updated
recently updated
newest added

The code was taken from urllib3 and adapted to hyper.

It doesn't set cookies as per "set-cookie" header when used with requests.

When I use the method request in hyper.http20.connection,it's finally leading to the block of method named endheaders. ![image](https://user-images.githubusercontent.com/30189531/104280971-aeb1d280-54e7-11eb-8ac6-e4570f4dec98.png) When I was debugging the program, the order of packets is like...

The FakeOriginalResponse needs a fix for python3 compatibility

I ran into hyper having problem if the remote side closes the connection after a given amount of requests. At that time hyper throws: ``` Traceback (most recent call last):...

Hello I have written, below script to test my code for HTTP/2. But with my current script., I need to send authorization with every request, i.e my connection get closed...

It looks like there are some projects out there that have been using `h2>=3.0.0` releases, i.e. `httpx` https://github.com/encode/httpx/blob/c1f51277d3df8b4ec956c77e0e87e84c9da49fb9/setup.py#L57 In the meantime, `hyper` uses `h2>=2.4,=3.0.0` you cannot downgrade it because this...

Hi, Is there any way to send client side certificates with hyper? This is what I am talking about: https://2.python-requests.org/en/master/user/advanced/#client-side-certificates