curio-http icon indicating copy to clipboard operation
curio-http copied to clipboard

Async HTTP requests using Curio

curio-http

A high-level asynchronous HTTP client for curio.

Important: This is just a prototype. For a more complete library, check out asks.

Installation

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

Usage

Check out this tutorial.