Class WebFormPart
java.lang.Object
io.fluxzero.sdk.web.WebFormPart
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.
-
Constructor Details
-
WebFormPart
-
-
Method Details
-
getName
-
getFileName
-
getContentType
-
getHeaders
-
getHeaders
-
getHeader
-
getContent
public byte[] getContent() -
getInputStream
-
isFile
public boolean isFile() -
asString
-
equals
-
hashCode
-
toString
-