ok2c commented on code in PR #425:
URL:
https://github.com/apache/httpcomponents-client/pull/425#discussion_r1138597403
##########
httpclient/src/main/java/org/apache/http/impl/execchain/ResponseEntityProxy.java:
##########
@@ -173,4 +177,20 @@ public String toString() {
return sb.toString();
}
+ public List<Header> getTrailers() {
Review Comment:
@Cole-Greer Do you mind making this method package private, so it does not
show up in the public API, but still could be called reflectively, when need be?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]