-
- All Implemented Interfaces:
public final class HttpMultipart extends HttpReq
-
-
Constructor Summary
Constructors Constructor Description HttpMultipart(String url)
-
Method Summary
Modifier and Type Method Description final HttpMultipartfile(FileParam fileParam)final HttpMultipartfile(String key, File file)final HttpMultipartfile(String key, File file, Function1<FileParam, Unit> block)UnitdumpReq()-
Methods inherited from class dev.entao.web.http.HttpReq
arg, arg, arg, arg, args, args, buildGetUrl, download, getCharsetUTF8, getDumpReq, getDumpResp, getHeaders, getMethod, getProgress, getSaveToFile, getUTF8, getUrl, request, setDumpReq, setDumpResp, setProgress, setSaveToFile, write, writeln -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-