Interface RequestBody.Multipart<A extends Part>

Type Parameters:
A - the part type
All Superinterfaces:
InboundData<A>
All Known Subinterfaces:
WebRequestBody.WebMultipart
Enclosing interface:
RequestBody

public static interface RequestBody.Multipart<A extends Part> extends InboundData<A>

A multipart/form-data consumer as defined by RFC 7578.

Since:
1.0
Author:
Jeremy Kuhn
  • Method Summary

    Methods inherited from interface io.inverno.mod.http.base.InboundData

    stream