Uses of Interface
com.google.cloud.functions.HttpRequest.HttpPart
-
-
Uses of HttpRequest.HttpPart in com.google.cloud.functions
Methods in com.google.cloud.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.
-