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

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

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