项目作者: scribu
项目描述 :
Async HTTP requests using Curio
高级语言: Python
项目地址: git://github.com/scribu/curio-http.git
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.