If present, this is the replayable body to send to the server. In some cases, this may be interpretable as text. @see #charset()
()
| 263 | * @see #charset() |
| 264 | */ |
| 265 | public byte[] body() { |
| 266 | return body.data; |
| 267 | } |
| 268 | |
| 269 | public boolean isBinary() { |
| 270 | return body.isBinary(); |