Class FullHttpRequest<B>

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

public class FullHttpRequest<B> extends HttpRequestWrapper<B>
A request wrapper with knowledge of the body argument.
Since:
1.1.0
  • Constructor Details

    • FullHttpRequest

      public FullHttpRequest(HttpRequest<B> delegate, io.micronaut.core.type.Argument<B> bodyType)
      Parameters:
      delegate - The Http Request
      bodyType - The Body Type
  • Method Details