Interface SplitHttpResponse


public interface SplitHttpResponse
An HttpResponse which splits a stream of HttpObjects into HTTP headers and payloads. headers() will be completed before publishing the first HttpData. trailers() might not complete until the entire response body is consumed completely.

Note that informational headers are not collected by this HttpResponse. If you want to get informational headers, use StreamMessage.subscribe(Subscriber) instead.