mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-15 06:26:37 +00:00
As with other methods, not currently thread-safe
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@756294 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f97f49b471
commit
e895b182a5
@ -33,6 +33,8 @@
|
||||
|
||||
import java.net.URI;
|
||||
|
||||
import net.jcip.annotations.NotThreadSafe;
|
||||
|
||||
/**
|
||||
* HTTP DELETE method
|
||||
* <p>
|
||||
@ -48,6 +50,7 @@
|
||||
*
|
||||
* @since 4.0
|
||||
*/
|
||||
@NotThreadSafe // HttpRequestBase is @NotThreadSafe
|
||||
public class HttpDelete extends HttpRequestBase {
|
||||
|
||||
public final static String METHOD_NAME = "DELETE";
|
||||
|
Loading…
x
Reference in New Issue
Block a user