程序包的使用
cn.taketoday.http.codec.multipart
程序包
说明
Multipart support.
Provides a foundation for both the reactive client and server subpackages.
-
类说明Default implementation of
PartEvent.Abstract base class.Part content abstraction.Default implementation ofPart.Specialization ofPartthat represents an uploaded file received in a multipart request.Represents an event triggered for a file upload.Represents a directory used to store parts larger thanDefaultPartHttpMessageReader.setMaxInMemorySize(int).Specialization ofPartfor a form field.Represents an event triggered for a form field.Represents a token that containsDataBuffer.The state of the parser when finished, either due to seeing the final boundary or to a malformed message.Represents the internal state of theMultipartParser.Represents the output ofMultipartParser.parse(Flux, byte[], int, Charset).Support class for multipart HTTP message writers.Representation for a part in a "multipart/form-data" request.Represents an event for a "multipart/form-data" request.The creator state when waiting for a temporary file to be created.Represents the internal state of thePartGeneratorfor creating a singlePart. -