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

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

package top.jfunc.http.component;

import top.jfunc.http.request.HttpRequest;

/**
 * @author xiongshiyan at 2020/1/6 , contact me with email [email protected] or phone 15208384257
 */
public interface CompletedUrlCreator {
    /**
     * 计算真正请求的URL
     * @param httpRequest HttpRequest
     * @return 真实请求的URL
     */
    String complete(HttpRequest httpRequest);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy