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

org.webpieces.webserver.impl.body.BodyParser Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package org.webpieces.webserver.impl.body;

import org.webpieces.ctx.api.RouterRequest;
import org.webpieces.data.api.DataWrapper;

public interface BodyParser {

	void parse(DataWrapper body, RouterRequest routerRequest);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy