Class WebFormPart

java.lang.Object
io.fluxzero.sdk.web.WebFormPart

public final class WebFormPart extends Object
Represents a single multipart/form-data part.

Text fields and file uploads are exposed through the same type. Use isFile() to distinguish file parts, asString() for text content, and getContent() or getInputStream() for raw bytes.