From 2725fb4ee193b929c76d4fde53eab96fc0b8e96f Mon Sep 17 00:00:00 2001 From: kees-z Date: Tue, 28 May 2024 13:16:20 +0200 Subject: [PATCH] Update 06-advanced-options.md Added advanced options --send-http-json-urls and send-http-form-urls. --- docs/06-advanced-options.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/06-advanced-options.md b/docs/06-advanced-options.md index 2453474..2dc5dd3 100644 --- a/docs/06-advanced-options.md +++ b/docs/06-advanced-options.md @@ -614,7 +614,16 @@ These options provide support for sending status reports via HTTP messages. Modu ### send-http-url `--send-http-url (String)` -HTTP report url. +HTTP report url. +*This option is deprecated. For version 2.0.8.106 and newer, use* `--send-http-form-urls` *and* `--send-http-json-urls` *instead.* + +### send-http-form-urls + `--send-http-form-urls (String)` +HTTP report urls for sending form-encoded data. This property accepts multiple urls, separated by a semi-colon. All urls will receive the same data. Note that this option ignores the format and verb settings. + +### send-http-json-urls + `--send-http-json-urls (String)` +HTTP report urls for sending JSON data. This property accepts multiple urls, separated by a semi-colon. All urls will receive the same data. Note that this option ignores the format and verb settings. ### send-http-message `--send-http-message (String)`