It is the responsibility of the caller to close the stream. @deprecated favor Body#asReader(Charset)
()
| 271 | * @deprecated favor {@link Body#asReader(Charset)} |
| 272 | */ |
| 273 | @Deprecated |
| 274 | default Reader asReader() throws IOException { |
| 275 | return asReader(StandardCharsets.UTF_8); |
| 276 | } |
no outgoing calls