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

top.jfunc.http.component.HeaderExtractor Maven / Gradle / Ivy

package top.jfunc.http.component;

import top.jfunc.common.utils.MultiValueMap;

/**
 * 从请求响应中获取header
 * @author xiongshiyan at 2020/1/6 , contact me with email [email protected] or phone 15208384257
 */
public interface HeaderExtractor extends ResponseExtractor> {
}