curio-http

Asynchronouse HTTP client based on curio.


License
Apache-2.0
Install
pip install curio-http==0.1.0

Documentation

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.