@InterfaceAudience.Public @InterfaceStability.Experimental public class Form extends Object
RestBuilder
or AsyncRestBuilder
.Modifier and Type | Method and Description |
---|---|
Form |
add(String paramName,
String paramValue)
Add a parameter entry to the
Form . |
static Form |
create()
Create an empty
Form . |
String |
toUrlEncodedString()
Encode the
Form using the "application/x-www-form-urlencoded" Content-Type. |
Copyright © 2015 Couchbase, Inc.