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: 4 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T14:32:02.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T14:06:05.917Z (8 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):