Interface MutableHttpRequest<B>

Type Parameters:
B - The request body type
All Superinterfaces:
AttributeHolder, ConversionServiceAware, HttpMessage<B>, HttpRequest<B>, MutableAttributeHolder, MutableHttpMessage<B>
All Known Implementing Classes:
NettyClientHttpRequest, SimpleHttpRequest

public interface MutableHttpRequest<B> extends HttpRequest<B>, MutableHttpMessage<B>, ConversionServiceAware
An extended version of HttpRequest that allows mutating headers, the body etc.
Since:
1.0
Author:
Graeme Rocher