You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/components/http_request.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,8 @@ http_request:
69
69
70
70
**For the host platform:**
71
71
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
74
74
75
75
> [!NOTE]
76
76
> To use SSL on Linux you must have the `libssl-dev` package installed (e.g. `sudo apt install libssl-dev` ).
0 commit comments