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

com.mo.mohttp.Executor Maven / Gradle / Ivy

package com.mo.mohttp;


import java.io.IOException;
import java.net.URISyntaxException;

public interface Executor{

    Response execute(Request request)  throws IOException, URISyntaxException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy