ok2c commented on code in PR #425:
URL:
https://github.com/apache/httpcomponents-client/pull/425#discussion_r1138610633
##########
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:
@michael-o Not really. Considering how lax we used to be with API visible
additions in the past I am being extreme here. Shall we keep it public?
--
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]