Class ByteBodyHttpResponseWrapper<B>

Type Parameters:
B - The original body type
All Implemented Interfaces:
io.micronaut.core.attr.AttributeHolder, io.micronaut.core.attr.MutableAttributeHolder, ByteBodyHttpResponse<B>, HttpMessage<B>, HttpResponse<B>, Closeable, AutoCloseable

public final class ByteBodyHttpResponseWrapper<B> extends HttpResponseWrapper<B> implements ByteBodyHttpResponse<B>
Simple response wrapper to implement ByteBodyHttpResponse.
Since:
4.7.0