0

Is there any JAVA client API that can support sending entity (message body) for HTTP Delete request

vijaya lakshmi
  • 415
  • 1
  • 5
  • 24
  • Check the following question, it's similar to yours. http://stackoverflow.com/questions/1051004/how-to-send-put-delete-http-request-in-httpurlconnection –  Jun 22 '13 at 11:13

1 Answers1

0

Have a look at Apache HTTP Client: http://hc.apache.org/httpcomponents-client-ga/index.html. It should provide the functionality you are looking for.

Tom
  • 3,913
  • 19
  • 28