From 38ca41f38e730bf3a20d5bfcc4c9919077cff179 Mon Sep 17 00:00:00 2001 From: Nick Bitounis Date: Fri, 19 Aug 2022 17:25:34 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af5b778..956dcf3 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Here are the elements of a configuration entry: * **BasicAuthUserName**. If present, AWSRedrive will use this value and the one specified in BasicAuthPassword to perform basic authentication when posting messages to the configured service endpoint. * **BasicAuthPassword**. See above. * **Active**. Set to True to enable the configuration, False to disable it. +* **UseGET**. If set to True, AWSRedrive will use GET when sending messages to the configured service endpoint. When doing that, AWSRedrive will unwrap any JSON object contained in the SQS message and turn all JSON fields to query parameters. * **UsePUT**. If set to True, AWSRedrive will use PUT instead of POST when sending messages to the configured service endpoint. * **Timeout**. Service timeout in milliseconds to observe when sending messages to the configured service endpoint. * **IgnoreCertificateErrors**. If set to True, AWSRedrive will ignore any certificate errors when connecting to the configured service endpoint.