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 40b84d1 commit d482ecaCopy full SHA for d482eca
api/src/main/java/com/ning/http/client/RequestBuilder.java
@@ -23,6 +23,8 @@
23
24
/**
25
* Builder for a {@link Request}.
26
+ * Warning: mutable and not thread-safe! Beware that it holds a reference on the Request instance it builds,
27
+ * so modifying the builder will modify the request even after it has been built.
28
*/
29
public class RequestBuilder extends RequestBuilderBase<RequestBuilder> {
30
0 commit comments