InfoSec812 commented on code in PR #12018:
URL: https://github.com/apache/camel/pull/12018#discussion_r1396269424
##########
components/camel-stream/src/main/java/org/apache/camel/component/stream/StreamEndpoint.java:
##########
@@ -145,7 +145,8 @@ public String getHttpHeaders() {
/**
* When using stream:http format, this option specifies optional http
headers, such as Accept: application/json.
- * Multiple headers can be separated by comma.
+ * Multiple headers can be separated by comma. The format of headers
should be {@code HEADER=VALUE}. An example
Review Comment:
I have made the requested changes.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]