public class FormUrlencoded extends Object implements RequestBody
application/x-www-form-urlencoded request body.| Constructor and Description |
|---|
FormUrlencoded(Map<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Gets form body.
|
Map<String,String> |
getHeaders()
Gets request body headers.
|
String |
toString() |
public String getBody()
public Map<String,String> getHeaders()
RequestBodygetHeaders in interface RequestBodyCopyright © 2022. All rights reserved.