public interface HttpRequestBody
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBody()
The request body.
|
String |
getContentType()
The request body content type, may be
null. |
String getContentType()
null.byte[] getBody()
throws IOException
IOExceptionCopyright © 2019. All rights reserved.