/curio-http

Async HTTP requests using Curio

Primary LanguagePythonOtherNOASSERTION

curio-http

A high-level asynchronous HTTP client powered by curio.

Important Disclaimer

Both curio-http and curio itself are experimental software that only work on POSIX systems (OS X, Linux, etc.).

There are a lot of features missing from curio-http right now, which I'll be adding as time permits.

Installation

Clone this repo and then run python setup.py develop.

Usage

Check out this tutorial.