类的使用
cn.taketoday.http.client.ClientHttpResponseDecorator
程序包
说明
Contains an abstraction over client-side HTTP.
Core package of the client-side web support.
-
cn.taketoday.http.client中ClientHttpResponseDecorator的使用
修饰符和类型类说明(专用程序包) final classSimple implementation ofClientHttpResponsethat reads the response's body into memory, thus allowing for multiple invocations ofBufferingClientHttpResponseWrapper.getBody(). -
cn.taketoday.web.client中ClientHttpResponseDecorator的使用
修饰符和类型类说明(专用程序包) classImplementation ofClientHttpResponsethat can not only check if the response has a message body, but also if its length is 0 (i.e. empty) by actually reading the input stream.