Interface MutableHttpResponse<B>

Type Parameters:
B - The body response type
All Superinterfaces:
io.micronaut.core.attr.AttributeHolder, HttpMessage<B>, HttpResponse<B>, io.micronaut.core.attr.MutableAttributeHolder, MutableHttpMessage<B>

public interface MutableHttpResponse<B> extends HttpResponse<B>, MutableHttpMessage<B>
A version of the HttpResponse interface that is mutable allowing the ability to set headers, character encoding etc.
Since:
1.0