top.jfunc.http.component.StreamExtractor Maven / Gradle / Ivy
package top.jfunc.http.component;
import java.io.InputStream;
/**
* 从请求响应中获取stream
* @author xiongshiyan at 2020/1/6 , contact me with email [email protected] or phone 15208384257
*/
public interface StreamExtractor extends ResponseExtractor {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy