Uses of Interface
io.inverno.mod.http.server.Part
Packages that use Part
-
Uses of Part in io.inverno.mod.http.server
Classes in io.inverno.mod.http.server with type parameters of type PartModifier and TypeInterfaceDescriptionstatic interfaceRequestBody.Multipart<A extends Part>A multipart/form-data consumer as defined by RFC 7578.Methods in io.inverno.mod.http.server that return types with arguments of type PartModifier and TypeMethodDescriptionRequestBody.Multipart<? extends Part> RequestBody.multipart()Returns a multipart/form-data payload consumer.