Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" 
for change notification.

The following page has been changed by QuintinBeukes:
http://wiki.apache.org/HttpComponents/GeneralHttpCoreIntroduction

------------------------------------------------------------------------------
      String data = EntityUtils.toString(response.getEntity());
      String data = EntityUtils.toString(response.getEntity(), "UTF-8");
  }}}
+ 
+ To learn more about the HttpEntity and it's different implementations, see 
HttpEntity.
  
  == Closing/releasing the connection/stream ==
  A very important part of the request is to release the connection to the

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to