public class Form
extends Object
HTTP form used by the fluent facade.
- Since:
- 4.2
-
Field Summary
Fields
private final List<org.apache.hc.core5.http.NameValuePair>
-
Constructor Summary
Constructors
-
Method Summary
List<org.apache.hc.core5.http.NameValuePair>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
params
private final List<org.apache.hc.core5.http.NameValuePair> params
-
-
Method Details
-
-
-
build
public List<org.apache.hc.core5.http.NameValuePair> build()