Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 402 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 402 Bytes

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.