Is there any JAVA client API that can support sending entity (message body) for HTTP Delete request
            Asked
            
        
        
            Active
            
        
            Viewed 133 times
        
    0
            
            
        - 
                    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 Answers
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