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

net.sf.aguacate.http.HttpBodyParser Maven / Gradle / Ivy

package net.sf.aguacate.http;

import java.io.IOException;
import java.util.Map;

import javax.servlet.http.HttpServletRequest;

public interface HttpBodyParser {

	Map parse(HttpServletRequest request) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy