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
.
MagicStack
/
httptools
Public
Notifications
You must be signed in to change notification settings
Fork
104
Star
1.3k
Code
Issues
20
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
fix-python-35
User selector
All users
All time
Commit history
Commits on Feb 7, 2020
Restore Python 3.5 support
Show description for fce9310
elprans
committed
fce9310
View commit details
Copy full SHA for fce9310
Browse repository at this point
Commits on Feb 5, 2020
Use just "Tests" for the test workflow
elprans
committed
d4aa97b
View commit details
Copy full SHA for d4aa97b
Browse repository at this point
Update CI badge
elprans
committed
b218157
View commit details
Copy full SHA for b218157
Browse repository at this point
Fix PR test workflow
elprans
committed
48a6d3d
View commit details
Copy full SHA for 48a6d3d
Browse repository at this point
httptools 0.1.0
Show description for 434aa9f
elprans
committed
434aa9f
View commit details
Copy full SHA for 434aa9f
Browse repository at this point
Drop travis.yml
elprans
committed
e87abbf
View commit details
Copy full SHA for e87abbf
Browse repository at this point
Add release workflow
elprans
committed
cacb3ba
View commit details
Copy full SHA for cacb3ba
Browse repository at this point
Testing via Github Actions
elprans
committed
dd3c045
View commit details
Copy full SHA for dd3c045
Browse repository at this point
better grammar
samuelcolvin
authored and
elprans
committed
4ca0734
View commit details
Copy full SHA for 4ca0734
Browse repository at this point
remove readme warning, fix #38
samuelcolvin
authored and
elprans
committed
cbd3e28
View commit details
Copy full SHA for cbd3e28
Browse repository at this point
Commits on Sep 17, 2019
Ignore .vscode and .mypy_cache
elprans
committed
c9bbc9c
View commit details
Copy full SHA for c9bbc9c
Browse repository at this point
Commits on Feb 25, 2019
Fix a unittest; bump the version to 0.0.13
Yury Selivanov
committed
ebcc0fd
View commit details
Copy full SHA for ebcc0fd
Browse repository at this point
Bump the version to 0.0.12
Yury Selivanov
committed
423dc4b
View commit details
Copy full SHA for 423dc4b
Browse repository at this point
Ignore pytest' turd
Yury Selivanov
committed
60c3cc7
View commit details
Copy full SHA for 60c3cc7
Browse repository at this point
Bump http-parser to v2.9.0
Yury Selivanov
committed
b5e633b
View commit details
Copy full SHA for b5e633b
Browse repository at this point
document on_status protocol method
belm0
authored and
Yury Selivanov
committed
4cf09bb
View commit details
Copy full SHA for 4cf09bb
Browse repository at this point
Commits on Aug 14, 2018
More metadatas for pypi
yohanboniface
authored and
Yury Selivanov
committed
14043bd
View commit details
Copy full SHA for 14043bd
Browse repository at this point
Commits on Mar 29, 2018
Bump the version
Yury Selivanov
committed
8f41b46
View commit details
Copy full SHA for 8f41b46
Browse repository at this point
Removed meaningless code from the should_upgrade test.
trollfot
authored and
Yury Selivanov
committed
d1f49ce
View commit details
Copy full SHA for d1f49ce
Browse repository at this point
documented the new method, should_upgrade
trollfot
authored and
Yury Selivanov
committed
a3dbe51
View commit details
Copy full SHA for a3dbe51
Browse repository at this point
Using real object to tests should_upgrade
trollfot
authored and
Yury Selivanov
committed
881b601
View commit details
Copy full SHA for 881b601
Browse repository at this point
Added flag reading method for upgrade, to allow early discovery of an upgrade request (pre-raise, in on_message_complete)
trollfot
authored and
Yury Selivanov
committed
ae324ae
View commit details
Copy full SHA for ae324ae
Browse repository at this point
Commits on Dec 15, 2017
Bump the version to 0.0.10
Yury Selivanov
committed
bed2404
View commit details
Copy full SHA for bed2404
Browse repository at this point
Fix header fragmentation parsing (Fix #21)
Yury Selivanov
authored
772195c
View commit details
Copy full SHA for 772195c
Browse repository at this point
Commits on Dec 10, 2017
Fix header fragmentation parsing
yohanboniface
authored and
youknowone
committed
58dc648
View commit details
Copy full SHA for 58dc648
Browse repository at this point
Commits on Dec 9, 2017
Micro-optimize feed_data() for memoryviews
Yury Selivanov
committed
48f38d6
View commit details
Copy full SHA for 48f38d6
Browse repository at this point
Commits on Nov 27, 2017
Add more fragmented header tests
youknowone
committed
af31207
View commit details
Copy full SHA for af31207
Browse repository at this point
Add fragmented request unittest
yohanboniface
committed
61a4346
View commit details
Copy full SHA for 61a4346
Browse repository at this point
Commits on Nov 24, 2017
Merge pull request #24 from yohanboniface/on_url-doc
Show description for def67ef
Yury Selivanov
authored
def67ef
View commit details
Copy full SHA for def67ef
Browse repository at this point
Merge pull request #25 from yohanboniface/http-parser-2.7.1
Show description for 25a572e
Yury Selivanov
authored
25a572e
View commit details
Copy full SHA for 25a572e
Browse repository at this point
Update http-parser to 2.7.1
yohanboniface
committed
8c04f8f
View commit details
Copy full SHA for 8c04f8f
Browse repository at this point
Add "on_url" to README (fix #9)
yohanboniface
committed
ac24f40
View commit details
Copy full SHA for ac24f40
Browse repository at this point
Commits on Jul 9, 2016
Put proper return type for HttpRequestParser.get_method()
1st1
authored
fd42d6e
View commit details
Copy full SHA for fd42d6e
Browse repository at this point
Commits on Jul 8, 2016
Put proper return type for HttpRequestParser.get_method()
SethMichaelLarson
authored
4b39fe0
View commit details
Copy full SHA for 4b39fe0
Browse repository at this point
Commits on May 8, 2016
Bump version to v0.0.9
Yury Selivanov
committed
2cdb64e
View commit details
Copy full SHA for 2cdb64e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.