mirror of
https://github.com/estkme-group/lpac
synced 2025-10-06 01:50:31 +02:00
14 lines
463 B
Markdown
14 lines
463 B
Markdown
# cURL HTTP Backend
|
|
|
|
The cURL HTTP backend uses [libcurl](https://curl.se/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](types.md#string-type), please read the <https://curl.se/libcurl/c/CURLOPT_PROXY.html>)
|