Interface MutableHttpMessage<B>

Type Parameters:
B - The body type
All Superinterfaces:
io.micronaut.core.attr.AttributeHolder, HttpMessage<B>, io.micronaut.core.attr.MutableAttributeHolder
All Known Subinterfaces:
MutableHttpRequest<B>, MutableHttpResponse<B>
All Known Implementing Classes:
SimpleHttpRequest

public interface MutableHttpMessage<B> extends HttpMessage<B>
An interface for an HttpMessage that is mutable allowing headers and the message body to be set.
Since:
1.0