Charset of the request. @return the current character set for the request, may be {@literal null} for binary data.
()
| 253 | * @return the current character set for the request, may be {@literal null} for binary data. |
| 254 | */ |
| 255 | public Charset charset() { |
| 256 | return body.encoding; |
| 257 | } |
| 258 | |
| 259 | /** |
| 260 | * If present, this is the replayable body to send to the server. In some cases, this may be |
no outgoing calls