Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.

HTTP parser written using asyncio and Python 3.7, experimental / work in progress.

License

Notifications You must be signed in to change notification settings

jordaneremieff/asyncio-http-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asyncio-http-parser

This is an attempt to use the asyncio.BufferedProtocol in Python 3.7 as a pure Python/asyncio HTTP request parser. My main intention is to learn more about asyncio protocols and the new features in 3.7 for use in ASGI server development, but I may invest more time into building this out if it seems like it could be useful.

I'm developing it with ASGI servers in mind, and it will likely match closely with the httptools API.

About

HTTP parser written using asyncio and Python 3.7, experimental / work in progress.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages