Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scribu/curio-http

Async HTTP requests using Curio
https://github.com/scribu/curio-http

asyncio curio http python

Last synced: 12 days ago
JSON representation

Async HTTP requests using Curio

Awesome Lists containing this project

README

        

# curio-http

A high-level asynchronous HTTP client for [curio](https://github.com/dabeaz/curio).

**Important**: This is just a prototype. For a more complete library, check out [asks](https://github.com/theelous3/asks).

# Installation

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

# Usage

Check out this [tutorial](http://scribu.net/blog/asynchronous-http-requests-in-python-3.5.html).