public static final class HttpRequest.Form extends Object
HttpRequest.bodyForm(Form).| Modifier and Type | Method and Description |
|---|---|
HttpRequest.Form |
add(String key,
String value)
Add a key/value to the form.
|
static HttpRequest.Form |
form()
Create a new form.
|
String |
toString() |
public HttpRequest.Form add(String key, String value)
key - the keyvalue - the valuepublic static HttpRequest.Form form()
Copyright © 2014. All Rights Reserved.