Class HttpResponseWrapper<B>

  • Type Parameters:
    B - The Http body type
    All Implemented Interfaces:
    io.micronaut.core.attr.AttributeHolder, io.micronaut.core.attr.MutableAttributeHolder, HttpMessage<B>, HttpResponse<B>

    public class HttpResponseWrapper<B>
    extends HttpMessageWrapper<B>
    implements HttpResponse<B>
    A wrapper around a HttpResponse.
    Since:
    1.0.1