Uses of Class
org.apache.hc.client5.http.fluent.Form
-
Packages that use Form Package Description org.apache.hc.client5.http.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface. -
-
Uses of Form in org.apache.hc.client5.http.fluent
Methods in org.apache.hc.client5.http.fluent that return Form Modifier and Type Method Description FormForm. add(java.lang.String name, java.lang.String value)static FormForm. form()
-