pvillard31 commented on code in PR #9500:
URL: https://github.com/apache/nifi/pull/9500#discussion_r1832726152
##########
nifi-commons/nifi-web-client-api/src/main/java/org/apache/nifi/web/client/api/HttpResponseEntity.java:
##########
@@ -43,4 +44,11 @@ public interface HttpResponseEntity extends Closeable {
* @return HTTP Response Body stream can be empty
*/
InputStream body();
+
+ /**
+ * Get the endpoint URI that was accessed to generate this HTTP response
+ *
+ * @return HTTP URI from which the response was retrieved
+ */
+ URI getUri();
Review Comment:
```suggestion
/**
* Get the endpoint URI that was accessed to generate this HTTP response
*
* @return HTTP URI from which the response was retrieved
*/
URI getUri();
```
--
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]