Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Python-Repository-Hub
/
hyper
Public
forked from
python-hyper/hyper
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
hyper
hyper
on
development
User selector
All users
All time
Commit history
Commits on Dec 12, 2017
Add a fix to make it possible to add window_manager to HTTP20Adapter.
johejo
committed
d5a9a43
View commit details
Copy full SHA for d5a9a43
View code at this point
Browse repository at this point
Commits on Nov 29, 2017
Merge pull request #368 from viranch/brotli
Show description for 4b522f5
Lukasa
authored
4b522f5
View commit details
Copy full SHA for 4b522f5
View code at this point
Browse repository at this point
Add support for brotli compression
viranch
committed
1026313
View commit details
Copy full SHA for 1026313
View code at this point
Browse repository at this point
Fix crash on getting unsupported content-encoding
viranch
committed
4f86b47
View commit details
Copy full SHA for 4f86b47
View code at this point
Browse repository at this point
Commits on Nov 11, 2017
fix HTTP/1.1 response body length
johejo
committed
d293a34
View commit details
Copy full SHA for d293a34
View code at this point
Browse repository at this point
fix HTTP/1.1 response body length
johejo
committed
9fa200a
View commit details
Copy full SHA for 9fa200a
View code at this point
Browse repository at this point
fix some error
johejo
committed
a3dd27b
View commit details
Copy full SHA for a3dd27b
View code at this point
Browse repository at this point
Commits on Nov 10, 2017
fix HEAD request body length
johejo
committed
5579103
View commit details
Copy full SHA for 5579103
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
Fix: no end of the stream when (length of body) % MAX_CHUNK == MAX_CHUNK
PrimozGodec
committed
3e52e91
View commit details
Copy full SHA for 3e52e91
View code at this point
Browse repository at this point
Commits on Nov 2, 2017
move flake ignore error comment to the proper line
matjazp
committed
f1a5fa9
View commit details
Copy full SHA for f1a5fa9
View code at this point
Browse repository at this point
fix new failing flake checks in CI
matjazp
committed
902a227
View commit details
Copy full SHA for 902a227
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
HTTP20Adapter.close tests (supersedes #307) (#344)
Show description for 669253f
KostyaEsmukov
authored and
Lukasa
committed
669253f
View commit details
Copy full SHA for 669253f
View code at this point
Browse repository at this point
Commits on Jul 27, 2017
Add connection/read timeout for requests adapter (#342)
Show description for 75f25f7
hyxbiao
authored and
Lukasa
committed
75f25f7
View commit details
Copy full SHA for 75f25f7
View code at this point
Browse repository at this point
Commits on Jul 21, 2017
Unvendor rfc3986 (#341)
Show description for 021af18
KostyaEsmukov
authored and
Lukasa
committed
021af18
View commit details
Copy full SHA for 021af18
View code at this point
Browse repository at this point
Commits on Jul 5, 2017
Added a dictionary of decompressors (#336)
Show description for e118dad
KOLANICH
authored and
Lukasa
committed
e118dad
View commit details
Copy full SHA for e118dad
View code at this point
Browse repository at this point
Convert headers to strings in HTTP20Adapter to fix #324 (#335)
Show description for 8345852
KOLANICH
authored and
Lukasa
committed
8345852
View commit details
Copy full SHA for 8345852
View code at this point
Browse repository at this point
Commits on Jun 21, 2017
Merge remote-tracking branch 'upstream/development' into secure_proxy
Show description for 2223f0d
KostyaEsmukov
committed
2223f0d
View commit details
Copy full SHA for 2223f0d
View code at this point
Browse repository at this point
Commits on Jun 10, 2017
Using single lock model in http20 connection
plucury
committed
0e2fca8
View commit details
Copy full SHA for 0e2fca8
View code at this point
Browse repository at this point
Commits on Jun 6, 2017
Check HTTP11 socket is initialized before closing
Oliver Brown
committed
87d10bb
View commit details
Copy full SHA for 87d10bb
View code at this point
Browse repository at this point
Commits on May 30, 2017
Add HTTPS proxy support
Show description for fa238d8
KostyaEsmukov
committed
fa238d8
View commit details
Copy full SHA for fa238d8
View code at this point
Browse repository at this point
Fixed line continuation according to PEP
ex3me0
authored
ed270c0
View commit details
Copy full SHA for ed270c0
View code at this point
Browse repository at this point
Commits on May 29, 2017
Fixed using str instead of bytes
ex3me0
authored
c5367d2
View commit details
Copy full SHA for c5367d2
View code at this point
Browse repository at this point
Fixed according to PEP (79 chars)
ex3me0
authored
0697c07
View commit details
Copy full SHA for 0697c07
View code at this point
Browse repository at this point
Fixed case, where "reason" absent
ex3me0
authored
ba65163
View commit details
Copy full SHA for ba65163
View code at this point
Browse repository at this point
Commits on May 6, 2017
Respect requests adapter `verify` option
KostyaEsmukov
committed
c4f8a89
View commit details
Copy full SHA for c4f8a89
View code at this point
Browse repository at this point
Commits on Mar 4, 2017
Fix upgrading to h2c
Show description for cb49fef
vfaronov
committed
cb49fef
View commit details
Copy full SHA for cb49fef
View code at this point
Browse repository at this point
Commits on Feb 23, 2017
Add ENABLE_PUSH flag in the Upgrade HTTP2-Settings header
Show description for 7aa17fd
hkwi
committed
7aa17fd
View commit details
Copy full SHA for 7aa17fd
View code at this point
Browse repository at this point
Commits on Jan 24, 2017
More informative error message if no protocol found for http2
Show description for 5e133b6
ojii
committed
5e133b6
View commit details
Copy full SHA for 5e133b6
View code at this point
Browse repository at this point
Commits on Jan 18, 2017
Removed unnecessary size check #300
laike9m
committed
e8d4034
View commit details
Copy full SHA for e8d4034
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Fix test_adapter_received_values and test_adapter_sending_values for Python 3
laike9m
committed
2cdc92f
View commit details
Copy full SHA for 2cdc92f
View code at this point
Browse repository at this point
Commits on Dec 2, 2016
adding HTTP version flags to connections and responses
nateprewitt
committed
e76f185
View commit details
Copy full SHA for e76f185
View code at this point
Browse repository at this point
Extra space for flake8
Lukasa
committed
3475cc2
View commit details
Copy full SHA for 3475cc2
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
Update cert bundle.
Lukasa
committed
506d5fe
View commit details
Copy full SHA for 506d5fe
View code at this point
Browse repository at this point
Prepare for next release cycle.
Lukasa
committed
6b15241
View commit details
Copy full SHA for 6b15241
View code at this point
Browse repository at this point
v0.7.0
Lukasa
committed
070dd32
View commit details
Copy full SHA for 070dd32
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.