Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vityok/curl-easy
An attempt to create CFFI bindings to the libCURL library
https://github.com/vityok/curl-easy
cffi common-lisp curl webclient
Last synced: 24 days ago
JSON representation
An attempt to create CFFI bindings to the libCURL library
- Host: GitHub
- URL: https://github.com/vityok/curl-easy
- Owner: vityok
- License: bsd-3-clause
- Created: 2019-06-09T15:22:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T14:32:02.000Z (about 4 years ago)
- Last Synced: 2024-11-06T07:37:21.560Z (2 months ago)
- Topics: cffi, common-lisp, curl, webclient
- Language: Common Lisp
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Warning: Work in progress.
# curl-ffi
An attempt to create CFFI bindings to the libCURL library.
Based on the Tutorial from the [CFFI Manual](https://www.common-lisp.net/project/cffi/manual/cffi-manual.html)
# API
* The libCurl [official documentation](https://curl.haxx.se/libcurl/c/libcurl-easy.html):