https://github.com/vizonex/curluv
A C Library for binding Libuv with Curl
https://github.com/vizonex/curluv
curl libuv
Last synced: 3 months ago
JSON representation
A C Library for binding Libuv with Curl
- Host: GitHub
- URL: https://github.com/vizonex/curluv
- Owner: Vizonex
- License: mit
- Created: 2025-03-08T18:15:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T18:27:05.000Z (3 months ago)
- Last Synced: 2025-03-08T19:27:35.091Z (3 months ago)
- Topics: curl, libuv
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CurlUV
A Helpful C Library meant to help bind Curl and Libuv together.# Reasons
There were a few reasons for why I decided to start developing this library
1. Binding Winloop & Uvloop python libraries to `curl_ffi` or `cycurl` leading to safer asynchronous code for these third party sources
2. Safer Visitation of As many curl-multi-handles as you want.
3. Wanted to add custom allocators if I decide to develop Cython bindings.
4. Other Code Language developers might want to bind these to other languages so making this completely seperate from Cython was a must.## TODOS
Library is incomplete and is not ready
- [ ] Finish Listeners and `curl_uv_socket_t` handles
- [ ] Set Default CurlM options
- [ ] CMakeLists
- [ ] tools for helping with Python Setuptools