com.clouway.friendlyserve.Take Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fserve Show documentation
Show all versions of fserve Show documentation
Friendly Serving HTTP Library.
package com.clouway.friendlyserve;
import java.io.IOException;
/**
* @author Miroslav Genov ([email protected])
*/
public interface Take {
Response ack(Request request) throws IOException;
}