org.apache.commons.httpclient.methods
public class DeleteMethod extends HttpMethodBase
The HTTP DELETE method is defined in section 9.7 of RFC2616:
The DELETE method requests that the origin server delete the resource identified by the Request-URI. This method MAY be overridden by human intervention (or other means) on the origin server.
Since: 1.0
Version: $Revision: 480424 $
Constructor Summary | |
---|---|
DeleteMethod()
No-arg constructor.
| |
DeleteMethod(String uri)
Constructor specifying a URI.
|
Method Summary | |
---|---|
String | getName()
Returns "DELETE". |
Since: 1.0
Parameters: uri either an absolute or relative URI
Since: 1.0
Returns: "DELETE"
Since: 2.0