com.codingapi.tx.netty.service.TxManagerHttpRequestService Maven / Gradle / Ivy
package com.codingapi.tx.netty.service;
/**
* create by lorne on 2017/11/17
*/
public interface TxManagerHttpRequestService {
String httpGet(String url);
String httpPost(String url, String params);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy