All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.iprogrammerr.gentle.request.multipart.FormPart Maven / Gradle / Ivy

package com.iprogrammerr.gentle.request.multipart;

public interface FormPart extends Part {

	String name() throws Exception;

	String filename() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy