More OpenSSL and documenation fun. No more words to say. (0.38.13)
This commit is contained in:
parent
53698478d9
commit
38968a9a51
33 changed files with 498 additions and 88 deletions
14
docs/external/curl.md
vendored
Normal file
14
docs/external/curl.md
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# cURL (libcurl) extension (optional)
|
||||
|
||||
- CMake option: FUN_WITH_CURL=ON
|
||||
- Purpose: HTTP helpers using libcurl.
|
||||
- Homepage: https://curl.se/libcurl/
|
||||
|
||||
Opcodes:
|
||||
- OP_CURL_GET: GET; pops url:string; pushes body:string (empty on error/disabled)
|
||||
- OP_CURL_POST: POST; pops body:string, url:string; pushes response:string
|
||||
- OP_CURL_DOWNLOAD: Download to file; pops path:string, url:string; pushes 1/0
|
||||
|
||||
Notes:
|
||||
- Requires libcurl development headers/libs.
|
||||
- When disabled, helpers return empty strings/0 to match optional behavior.
|
||||
Loading…
Add table
Add a link
Reference in a new issue