Skip to content

Commit 85f884b

Browse files
committed
[http_request] document verbose setting on host platform
1 parent 2e3e305 commit 85f884b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/components/http_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ http_request:
6969

7070
**For the host platform:**
7171

72-
- **ca_certificate_path** (*Optional*, file path): Path to a CA certificate bundle. Not required on MacOS (the inbuilt CA bundle is used and SSL enabled by default).
73-
On Linux this is required to enable SSL.
72+
- **ca_certificate_path** (*Optional*, file path): Path to a CA certificate bundle.
73+
- **verbose** (*Optional*, boolean): enables libcurl's printing of requests, responses and other status messages on stderr
7474

7575
> [!NOTE]
7676
> To use SSL on Linux you must have the `libssl-dev` package installed (e.g. `sudo apt install libssl-dev` ).

0 commit comments

Comments
 (0)