类 BufferingClientHttpResponseWrapper

java.lang.Object
cn.taketoday.http.client.ClientHttpResponseDecorator
cn.taketoday.http.client.BufferingClientHttpResponseWrapper
所有已实现的接口:
ClientHttpResponse, HttpInputMessage, HttpMessage, Closeable, AutoCloseable

final class BufferingClientHttpResponseWrapper extends ClientHttpResponseDecorator
Simple implementation of ClientHttpResponse that reads the response's body into memory, thus allowing for multiple invocations of getBody().
从以下版本开始:
4.0
作者:
Arjen Poutsma