Simple async HTTP client and server
Go to file
2022-02-18 16:45:32 -05:00
barkshark_http_async first commit 2022-02-18 16:45:32 -05:00
.gitignore first commit 2022-02-18 16:45:32 -05:00
LICENSE first commit 2022-02-18 16:45:32 -05:00
MANIFEST.in first commit 2022-02-18 16:45:32 -05:00
Pipfile first commit 2022-02-18 16:45:32 -05:00
Pipfile.lock first commit 2022-02-18 16:45:32 -05:00
README.md first commit 2022-02-18 16:45:32 -05:00
setup.cfg first commit 2022-02-18 16:45:32 -05:00
setup.py first commit 2022-02-18 16:45:32 -05:00

Barkshark Async HTTP

A simple HTTP client and server framework based on the built-in asyncio module.

NOTE

Not in a stable state yet. Expect major changes.