项目作者: scribu

项目描述 :
Async HTTP requests using Curio
高级语言: Python
项目地址: git://github.com/scribu/curio-http.git
创建时间: 2016-11-11T14:09:34Z
项目社区:https://github.com/scribu/curio-http

开源协议:Other

下载


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.