Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scribu/curio-http
- Owner: scribu
- License: other
- Created: 2016-11-11T14:09:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T15:53:08.000Z (over 7 years ago)
- Last Synced: 2025-01-09T04:20:51.166Z (17 days ago)
- Topics: asyncio, curio, http, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 22
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).