mirror of
https://github.com/estkme-group/lpac
synced 2025-10-06 01:50:31 +02:00
463 B
463 B
cURL HTTP Backend
The cURL HTTP backend uses libcurl to perform HTTP requests.
Windows Specific Notes
Windows needs libcurl.dll
to run.
Download libcurl from https://curl.se/download.html and place it as libcurl.dll
aside lpac.exe
.
Environment Variables
http_proxy
: specify a proxy server for HTTP requests.
(string, please read the https://curl.se/libcurl/c/CURLOPT_PROXY.html)