public interface StreamedHttpRequest extends io.netty.handler.codec.http.HttpRequest, StreamedHttpMessage
HttpRequest and StreamedHttpMessage into one
 message. So it represents an http request with a stream of
 HttpContent messages that can be subscribed to.| Modifier and Type | Method and Description | 
|---|---|
| default void | closeIfNoSubscriber()Releases the stream if there is no subscriber. | 
| default boolean | isConsumed()Has the stream been consumed. | 
getMethod, getUri, method, setMethod, setProtocolVersion, setUri, urigetProtocolVersion, headers, protocolVersion