Class Form
- java.lang.Object
-
- org.apache.hc.client5.http.fluent.Form
-
public class Form extends java.lang.Object
HTTP form used by the fluent facade.- Since:
- 4.2
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<org.apache.hc.core5.http.NameValuePair>
params
-
Constructor Summary
Constructors Constructor Description Form()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Form
add(java.lang.String name, java.lang.String value)
java.util.List<org.apache.hc.core5.http.NameValuePair>
build()
static Form
form()
-