open class BufferingClientHttpRequestFactory : AbstractClientHttpRequestFactoryWrapper
Wrapper for a ClientHttpRequestFactory that buffers all outgoing and incoming streams in memory.
Using this wrapper allows for multiple reads of the
Linkplain
ClientHttpResponse#getBody() response body}.
Author
Arjen Poutsma
Since
3.1
BufferingClientHttpRequestFactory(requestFactory: ClientHttpRequestFactory)
Create a buffering wrapper for the given ClientHttpRequestFactory. |