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

com.github.nezha.httpfetch.HttpApiInvoker Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.nezha.httpfetch;

/**
 * Created by daiqiang on 17/6/12.
 */
public interface HttpApiInvoker {

    HttpResult invoke(Invocation invocation);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy