From 82b38d55f0f39a4c46ec00f7ae51c02308a2e1d2 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Mon, 7 Mar 2022 15:28:04 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4bbbee..e543c77 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ thl-cmk.hopto.org|"https://thl-cmk.hopto.org"|-o /dev/null --user-agent "your us | cURL option | Bakery Option | Comment | |-----| ------ | ------ | | --url | URLs to check -> URL to check | | -| -o | Strings to expect in response | | +| -o | Strings to expect in response | By default `-o /dev/null` or `-o NUL`. If expect strings configured as `-o /var/tmp/curl_output` or `c:/windows/temp/curl_output` | | -w | | Hardcoded in the scripts to `-w %{json}` | | --insecure | Don't verify certificates | | | --location | Follow redirects | | @@ -170,6 +170,8 @@ thl-cmk.hopto.org|"https://thl-cmk.hopto.org"|-o /dev/null --user-agent "your us | --connect-timeout | Connect timeout | | | --user-agent | User agent | | | --referer | Referer | | +| --dump-header | Strings to expect in header | Configured as `--dump-header /var/tmp/curl_header` or `c:/windows/temp/curl_header` | +| --verbose --stderr | Get TLS/SSL session data | Configured as `--dump-header /var/tmp/curl_tls_info` or `c:/windows/temp/curl_tls_info` | </details> -- GitLab