We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e329a6 commit 94c8e79Copy full SHA for 94c8e79
browsermob-legacy/src/main/java/net/lightbody/bmp/proxy/http/HttpDeleteWithBody.java
@@ -1,13 +1,12 @@
1
package net.lightbody.bmp.proxy.http;
2
3
import org.apache.http.client.methods.HttpEntityEnclosingRequestBase;
4
+
5
import java.net.URI;
-import org.apache.http.annotation.NotThreadSafe;
6
7
// Allows for HTTP DELETE requests to contain a body, which the HttpDelete
8
// class does not support. Please see:
9
// http://stackoverflow.com/a/3820549/581722
10
-@NotThreadSafe
11
public class HttpDeleteWithBody extends HttpEntityEnclosingRequestBase {
12
13
public final static String METHOD_NAME = "DELETE";
0 commit comments