Simple async HTTP client and server
Go to file
2022-08-10 22:00:06 -04:00
izzylib_http_async allow running client methods syncronously 2022-08-10 22:00:06 -04: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 rename module 2022-03-04 03:41:52 -05:00
README.md first commit 2022-02-18 16:45:32 -05:00
setup.cfg remove colour dep 2022-05-13 05:59:04 -04: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.