issues Search Results · repo:python-hyper/hyper language:Python
Filter by
245 results
(133 ms)245 results
inpython-hyper/hyper (press backspace or delete to remove)When I use the method request in hyper.http20.connection,it s finally leading to the block of method named endheaders.
image When I was debugging the program, the order of packets is like the pic.Data ...
FrankHuy
- Opened on Jan 12, 2021
- #438
The HTTP20Connection.request takes a dictionary of headers. This is problematic because, far as I can tell, this
prevents the ability to send a request with duplicate headers (multiple header fields with ...
bneradt
- 3
- Opened on Jan 6, 2021
- #437
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 after every request. Is there ...
vikramojha89
- Opened on Oct 6, 2020
- #435
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
aqeeliz
- Opened on Jul 29, 2020
- #434
Documenting it for those poor souls who are still stuck with hyper under Python2.7.
Passing a Unicode object (not an str ) in Python2.7 to a hyper.tls.init_context as a cert argument raises an exception ...
imankulov
- Opened on Jun 10, 2020
- #432
From the py.test output (as well as the output of other projects using hyper, if warnings are enabled):
=============================== warnings summary ===============================
hyper/http11/connection.py:13 ...
andersk
- Opened on Jun 4, 2020
- #431
Hi,
Is it possible to add query parameters when sending a HTTP/2 GET message using class HTTP20Connection? If so, can you
paste an example here? Thanks in advance,
Jan
ghost
- Opened on Mar 12, 2020
- #428
Is there a way to send a request to a server that only supports HTTP2 (eg; running libnghttp2) without requiring the
upgrade mechanism (which many HTTP2 only implementations do not support)?
In curl, ...
iamthebot
- 3
- Opened on Feb 25, 2020
- #427
I am using hyper v0.7.0 as a dependency from APNS2 lib (https://github.com/Pr0Ger/PyAPNs2/) for sending out push
notifications to iOS devices. We have sporadic but reproducable issues when hyper hangs ...
j0nes2k
- 2
- Opened on Jan 13, 2020
- #425
Sample code
try:
conn = HTTP11Connection( www.cloudflare.com:443 , secure=True)
req = conn.request( GET , / )
rep = conn.get_response() # -- this will raise TLSUpgrade exception
except ...
nqbao
- 1
- Opened on Dec 10, 2019
- #424

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.