Posts by Gabriel Pereira • 1 point
1 post
-
0
votes0
answers43
viewsQ: How to capture Httpentity on an Httpresponse more than once?
In my project, I created a Helper class called Httpresponsehelper to get the body of my Httpresponse. However, when executing the command HttpEntity httpEntity = httpResponse.getEntity() it only…