Uses of Interface
dev.openfunction.functions.HttpRequest.HttpPart
-
-
Uses of HttpRequest.HttpPart in dev.openfunction.functions
Methods in dev.openfunction.functions that return types with arguments of type HttpRequest.HttpPart Modifier and Type Method Description java.util.Map<java.lang.String,HttpRequest.HttpPart>HttpRequest. getParts()Returns the parts inside this multipart (multipart/form-data) HTTP request.
-