Interface SplitHttpResponse

All Superinterfaces:
SplitHttpMessage

public interface SplitHttpResponse extends SplitHttpMessage
An HttpResponse which splits a stream of HttpObjects into HTTP headers and payloads. headers() will be completed before publishing the first HttpData.

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