- All Implemented Interfaces:
- Cloneable, org.apache.http.client.methods.AbortableHttpRequest, org.apache.http.client.methods.Configurable, org.apache.http.client.methods.HttpExecutionAware, org.apache.http.client.methods.HttpUriRequest, org.apache.http.HttpEntityEnclosingRequest, org.apache.http.HttpMessage, org.apache.http.HttpRequest
public class HttpDelete
extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase
An alternative to HttpDelete that
extends HttpEntityEnclosingRequestBase
rather than HttpRequestBase and hence
allows HTTP delete with a request body. For use with the RestTemplate
exchange methods which allow the combination of HTTP DELETE with an entity.