Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/438#discussion_r233611389
--- Diff: extensions/http-curl/client/HTTPClient.h ---
@@ -147,6 +146,24 @@ class HTTPClient : public BaseHTTPClient, public
core::Connectable {
return header_response_.header_mapping_;
}
+ /**
+ * Locates the header value ignoring case. This is differente than
returning a mapping
--- End diff --
differente -> different---
