fgerlits commented on a change in pull request #1041: URL: https://github.com/apache/nifi-minifi-cpp/pull/1041#discussion_r611578648
########## File path: PROCESSORS.md ########## @@ -684,15 +684,17 @@ In the list below, the names of required properties appear in bold. Any other pr |Disable Peer Verification|false||Disables peer verification for the SSL session| |HTTP Method|GET||HTTP request method (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS). Arbitrary methods are also supported. Methods other than POST, PUT and PATCH will be sent without a message body.| |Include Date Header|true||Include an RFC-2616 Date header in the request.| +|invokehttp-proxy-password|||Password to set when authenticating against proxy| +|invokehttp-proxy-username|||Username to set when authenticating against proxy| +|Penalize on "No Retry"|false||Enabling this property will penalize FlowFiles that are routed to the "No Retry" relationship.| |Proxy Host|||The fully qualified hostname or IP address of the proxy server| |Proxy Port|||The port of the proxy server| +|Put Response Body in Attribute|||If set, the response body received back will be put into an attribute of the original FlowFile instead of a separate FlowFile. The attribute key to put to is determined by evaluating value of this property.| |Read Timeout|15 secs||Max wait time for response from remote service.| |Remote URL|||Remote URL which will be connected to, including scheme, host, port, path.<br/>**Supports Expression Language: true**| +|send-message-body|true||If true, sends the HTTP message body on POST/PUT/PATCH requests (default). If false, suppresses the message body and content-type header for these requests.| Review comment: I think it's worth renaming all of these properties while we are still in a 0.x version and we can do it. "Send Message Body", "Proxy Username", "Proxy Password" would match NiFi and it would be more consistent internally in MiNiFi, too. Currently, we have "Proxy Host", "Proxy Port", but "invokehttp-proxy-username", "invokehttp-proxy-password", which is confusing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org