https://github.com/taiyu-len/uvw-curl
Simple example program using uvw and libcurl
https://github.com/taiyu-len/uvw-curl
cpp libcurl libuv uvw
Last synced: about 2 months ago
JSON representation
Simple example program using uvw and libcurl
- Host: GitHub
- URL: https://github.com/taiyu-len/uvw-curl
- Owner: taiyu-len
- Created: 2019-04-27T09:30:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T09:01:35.000Z (over 5 years ago)
- Last Synced: 2025-10-06T03:29:30.466Z (9 months ago)
- Topics: cpp, libcurl, libuv, uvw
- Language: C++
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A small example program using [uvw](https://github.com/skypjack/uvw/) and
libcurl together.
todo:
- cancel operations from callbacks
- all options/info functions (minus those used internally)
- examples for most features
- more type safe events
- HeaderEvent: key(), value() functions