Module io.inverno.mod.http.server
Package io.inverno.mod.http.server
Interface RequestBody.Multipart<A extends Part>
- Type Parameters:
A
- the part type
- All Superinterfaces:
InboundData<A>
- All Known Subinterfaces:
WebRequestBody.WebMultipart
- Enclosing interface:
RequestBody
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